diff --git a/manifest-beta.json b/manifest-beta.json index cab7ed1..4d7e5f3 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "cloudatlas-o-am", "name": "Amazing Marvin", - "version": "0.4.0b", + "version": "0.4.1b", "minAppVersion": "1.4.16", "description": "Integration with Amazing Marvin", "author": "Cloud Atlas", diff --git a/package.json b/package.json index d8984f7..7621b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloud-atlas", - "version": "0.4.0b", + "version": "0.4.1b", "description": "Interoperability between Obsidian and Amazing Marvin", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 6955122..afa953d 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.3.1": "1.4.16", "0.3.2b": "1.4.16", "0.3.2b2": "1.4.16", - "0.4.0b": "1.4.16" + "0.4.0b": "1.4.16", + "0.4.1b": "1.4.16" }