diff --git a/manifest.json b/manifest.json index d9ba487286885e8b9cb95acc1fd39b4384f790c9..17c3e1280bfb36e56e1a85f559ccdac56bb9bdcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.8.0", + "version": "1.9.0", "minAppVersion": "0.12.0", "description": "Helps you write notes on podcasts.", "author": "Christian B. B. Houmann", diff --git a/package-lock.json b/package-lock.json index b52911cb2f32b11f81bfdc8075516e604445d868..c3c76323cc3eda1e13679cb46d8551d14e2800ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index 852c8bbf377f9edde9c96ba92f5a93d7aeb915d7..4350bcb26f084fa01fd204ba674b4f3c343a5894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.8.0", + "version": "1.9.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 616c3b227d4ee9f734828aa386fe8d3949c993ec..620b86bf3a495b41baae0cb8d91fabcc683e5065 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.6.0": "0.12.0", "1.6.1": "0.12.0", "1.7.0": "0.12.0", - "1.8.0": "0.12.0" + "1.8.0": "0.12.0", + "1.9.0": "0.12.0" } \ No newline at end of file