Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsVipra committed Jul 18, 2023
1 parent 6e5f2c0 commit 380a865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
},
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 380a865

Please sign in to comment.