Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Jun 21, 2020
1 parent 3050bcb commit 054b0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delivery-status",
"version": "0.1.0",
"version": "0.1.1",
"description": "Chrome extension that reloads USPS & UPS tracking pages every 5 minutes and changes the favicon to indicate 'delivered'",
"private": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icons": {
"128": "/images/delivery-status-icon.png"
},
"version": "0.1.0",
"version": "0.1.1",
"manifest_version": 2,
"permissions": [
"activeTab",
Expand Down

0 comments on commit 054b0ee

Please sign in to comment.