diff --git a/chrome/manifest.json b/chrome/manifest.json index 2f5c4c7..4aa66e4 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Rapid Power User Extension", "description": "Fully replace iD with Rapid for all your OSM editing needs. Includes automatic rewrites from osm.org and Strava support", - "version": "0.5.0", + "version": "0.5.1", "minimum_chrome_version": "88", "action": { "default_icon": { diff --git a/firefox/manifest.json b/firefox/manifest.json index 5216970..2ac5dcd 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Rapid Power User Extension", "description": "Fully replace iD with Rapid for all your OSM editing needs. Includes automatic rewrites from osm.org and Strava support", - "version": "0.5.0", + "version": "0.5.1", "browser_specific_settings": { "gecko": { "id": "rapid-power-user-extension@github.com", diff --git a/package-extension.sh b/package-extension.sh index bccca09..fc72cde 100755 --- a/package-extension.sh +++ b/package-extension.sh @@ -1,2 +1,2 @@ -VERSION="0.5.0" +VERSION="0.5.1" cd chrome/ && rm -rf _metadata && zip -r ../dist/chrome-${VERSION}.zip * && cd ../firefox/ && zip -r ../dist/firefox-${VERSION}.zip * \ No newline at end of file diff --git a/shared/options/options.html b/shared/options/options.html index fc5329e..7f57942 100644 --- a/shared/options/options.html +++ b/shared/options/options.html @@ -19,7 +19,7 @@