update version number

This commit is contained in:
ItsVipra 2023-07-18 11:25:54 +02:00
parent 6e5f2c036c
commit 380a865c84
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -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!)

View file

@ -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/"
},

View file

@ -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",