diff --git a/RELEASE.md b/RELEASE.md index 1f1bea6..a9be3c1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,3 +8,7 @@ ## Firefox Upload `web-ext-artifacts/ora-*.zip` in the [console](https://addons.mozilla.org/de/developers/). + +## Chrome + +Upload `ora.zip` in the [console](https://chrome.google.com/webstore/devconsole/) diff --git a/manifest.json b/manifest.json index 4d8b6e9..4b31948 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Ora", - "version": "0.6", + "version": "0.7", "description": "See how much time you spend on each website and set limits", "icons": { diff --git a/src/shared/footer.svelte b/src/shared/footer.svelte index 7a7395d..2be2240 100644 --- a/src/shared/footer.svelte +++ b/src/shared/footer.svelte @@ -15,7 +15,7 @@ href="https://github.com/cupcakearmy/ora" target="_blank" rel="noreferrer">Source Code - - v0.6 + - v0.7
Made with ❤️ by 🐘