diff --git a/manifest.json b/manifest.json index 294706f..bfd8386 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "notes-sync-share", "name": "Notes Sync Share", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "Sync and share (publish) your notes in your own private service.", "author": "Alt-er", diff --git a/versions.json b/versions.json index 5934189..2f0c1a3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,6 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" }