diff --git a/README.md b/README.md index ad6e30f..3a62ff9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ProToots (v1.1.2) +# ProToots A Firefox extension which displays an author's pronouns next to their name on Mastodon. (Now in even more places!) diff --git a/package.json b/package.json index ff7e052..c963141 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "watch:webext": "web-ext run --keep-profile-changes --profile-create-if-missing --firefox-profile=.firefox-profile/", "format": "prettier --write --ignore-path .gitignore .", "package": "run-s -l build:**", + "archive": "git archive --format zip main -o protoots_source.zip", "lint": "eslint src/", "test": "uvu tests/" }, diff --git a/src/manifest.json b/src/manifest.json index 690205f..4cbdac2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ProToots", - "version": "1.1.2", + "version": "1.2.0", "icons": { "48": "icons/icon small_size/icon small_size.png",