mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-25 04:50:18 +00:00
update the version number once more
This commit is contained in:
parent
0cfed45ae9
commit
ed4a687a1c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# ProToots (v1.1.0)
|
# ProToots (v1.1.2)
|
||||||
|
|
||||||
A Firefox extension which displays an author's pronouns next to their name on Mastodon. (Now in even more places!)
|
A Firefox extension which displays an author's pronouns next to their name on Mastodon. (Now in even more places!)
|
||||||
![A Mastodon screenshot showing off pronouns next to a person's name](documentation/example_screenshot.png)
|
![A Mastodon screenshot showing off pronouns next to a person's name](documentation/example_screenshot.png)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "ProToots",
|
"name": "ProToots",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon small_size/icon small_size.png",
|
"48": "icons/icon small_size/icon small_size.png",
|
||||||
|
|
Loading…
Reference in a new issue