mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-21 19:13:03 +00:00
update version number
This commit is contained in:
parent
6e5f2c036c
commit
380a865c84
3 changed files with 3 additions and 2 deletions
|
@ -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!)
|
||||
|
||||
|
|
|
@ -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/"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue