diff --git a/manifest.json b/manifest.json index a0f7080..e9de07a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cloud-atlas", "name": "Cloud Atlas", - "version": "0.9.1mobile", + "version": "0.9.1", "minAppVersion": "1.5.3", "description": "Interoperability between Obsidian and Cloud Atlas", "author": "Cloud Atlas", diff --git a/package.json b/package.json index 8c792d2..eade7f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.9.1mobile", + "version": "0.9.1", "description": "Interoperability between Obsidian and Cloud Atlas", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 97173f5..eea9f59 100644 --- a/versions.json +++ b/versions.json @@ -23,5 +23,6 @@ "0.8.3": "1.5.3", "0.9.0beta": "1.5.3", "0.9.0": "1.5.3", - "0.9.1mobile": "1.5.3" + "0.9.1mobile": "1.5.3", + "0.9.1": "1.5.3" }