diff --git a/manifest.json b/manifest.json index f1ef453..04266e4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "simple-archiver", "name": "Simple Archiver", "version": "0.1.0", - "minAppVersion": "0.15.0", + "minAppVersion": "1.8.0", "description": "Move old, stinky notes and folders to an archive, where they belong.", "author": "Mike Farr", "authorUrl": "https://github.com/mfarr", diff --git a/package.json b/package.json index cb48551..753c62d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-archiver", - "version": "0.0.1", + "version": "0.1.0", "description": "Send old, stinky notes to the archive, where they belong.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..da2198d 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "0.1.0": "1.8.0" }