diff --git a/manifest.json b/manifest.json index c8cccd9..fc2dd1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "note-atomizer", "name": "Atomizer", - "version": "1.1.0", - "minAppVersion": "0.15.0", + "version": "1.2.0", + "minAppVersion": "1.2.0", "description": "Turn any text into insightful atomic notes.", "author": "Zac Bagley", "authorUrl": "https://binx.page", diff --git a/versions.json b/versions.json index 8312519..0ff2803 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.1.0": "1.0.1" + "1.2.0": "1.2.0" }