This commit is contained in:
Mo Bitar
2019-04-12 09:37:22 -05:00
parent 05c8fc7bd4
commit 8bc59b8e24
2 changed files with 3 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
class MigrationManager extends SFMigrationManager { class MigrationManager extends SFMigrationManager {
constructor($rootScope, modelManager, syncManager, componentManager, storageManager, statusManager, authManager) { constructor($rootScope, modelManager, syncManager, componentManager, storageManager, statusManager, authManager, desktopManager) {
super(modelManager, syncManager, storageManager, authManager); super(modelManager, syncManager, storageManager, authManager);
this.componentManager = componentManager; this.componentManager = componentManager;
this.statusManager = statusManager; this.statusManager = statusManager;
this.desktopManager = desktopManager;
} }
registeredMigrations() { registeredMigrations() {

View File

@@ -1,6 +1,6 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "3.0.7-beta2", "version": "3.0.7-beta3",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"repository": { "repository": {
"type": "git", "type": "git",