diff --git a/manifest.json b/manifest.json index 9556af1..8459d23 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "birthday-tracker", "name": "Birthday-Tracker", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "0.15.0", "description": "Keep track of all birthdays of your family and friends.", "author": "Marius Wörfel", diff --git a/package.json b/package.json index fa2295d..a59e0b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "birthday-tracker", - "version": "1.0.8", + "version": "1.0.9", "description": "Keep track of all birthdays of your family and friends.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index b74dbb1..27d08b3 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.5": "0.15.0", "1.0.6": "0.15.0", "1.0.7": "0.15.0", - "1.0.8": "0.15.0" + "1.0.8": "0.15.0", + "1.0.9": "0.15.0" }