diff --git a/manifest.json b/manifest.json index 2ad16ae..ed42339 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-mover", "name": "AutoMover", - "version": "1.0.7", + "version": "1.0.8", "minAppVersion": "0.15.0", "description": "Move files and notes with specified names into their designated folders according to rules you define.", "author": "Al0cam", diff --git a/package.json b/package.json index 2b5abd2..99cb5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AutoMover", - "version": "1.0.7", + "version": "1.0.8", "description": "AutoMover: Move files and notes with specified names into their designated folders according to rules you define.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d0c1a12..ab70f02 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.7": "0.15.0" + "1.0.8": "0.15.0" }