diff --git a/manifest-beta.json b/manifest-beta.json index 941f752..985719a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-ankibridge", "name": "AnkiBridge", - "version": "0.5.2", + "version": "0.6.0", "minAppVersion": "0.13.16", "description": "Yet Another Anki Bridge", "author": "Jeppe Klitgaard", diff --git a/manifest.json b/manifest.json index 941f752..985719a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-ankibridge", "name": "AnkiBridge", - "version": "0.5.2", + "version": "0.6.0", "minAppVersion": "0.13.16", "description": "Yet Another Anki Bridge", "author": "Jeppe Klitgaard", diff --git a/package.json b/package.json index 6f2d634..76d218a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ankibridge", - "version": "0.5.2", + "version": "0.6.0", "description": "Yet Another Anki Bridge.", "keywords": [], "license": "MIT", diff --git a/src/main.ts b/src/main.ts index 4edf2b0..c422a9c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -91,6 +91,9 @@ export default class AnkiBridgePlugin extends Plugin { 'Press this notice to make it disappear.
' + 'It will not show up again.' new Notice(noticeContent, 0) + + this.settings.currentMigrationVersion = 1 + await this.syncActiveFile() } await this.pingAnki() diff --git a/versions.json b/versions.json index e4c95c0..f1f5b15 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "0.5.2": "0.13.16", + "0.6.0": "0.13.16", "0.5.1": "0.13.16", "0.4.1": "0.13.16", "0.4.0": "0.13.16",