Skip to content

Commit

Permalink
feat: version 0.0.3 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope authored Dec 6, 2023
1 parent aa751fe commit e3331d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Armaria",
"description": "Armaria is a fast, open, and local first bookmarks manager.",
"version": "0.0.2",
"version": "0.0.3",
"icons": {
"16": "cabinet-light-16.png",
"32": "cabinet-light-32.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Armaria",
"description": "Armaria is a fast, open, and local first bookmarks manager.",
"version": "0.0.2",
"version": "0.0.3",
"icons": {
"48": "cabinet-light-128.svg",
"96": "cabinet-light-128.svg"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "armaria-firefox",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"clean": "rm -rf dist && rm -rf .parcel-cache",
"check": "tsc --noEmit",
Expand Down

0 comments on commit e3331d7

Please sign in to comment.