diff --git a/manifest.json b/manifest.json index ae0dedb..d80c2c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-time-tracker", "name": "Super Simple Time Tracker", - "version": "0.1.7", + "version": "0.1.8", "minAppVersion": "1.2.8", "description": "Multi-purpose time trackers for your notes!", "author": "Ellpeck", diff --git a/package.json b/package.json index 74a50bf..e2c557a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-time-tracker", - "version": "0.1.7", + "version": "0.1.8", "description": "Multi-purpose time trackers for your notes!", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 384fced..ed005d8 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.1.4": "0.15.0", "0.1.5": "0.15.0", "0.1.6": "0.15.0", - "0.1.7": "1.2.8" + "0.1.7": "1.2.8", + "0.1.8": "1.3.0" }