Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Apr 15, 2018
1 parent 5c76779 commit cbf1fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "2.3.0",
"version": "2.4.0",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awesome-stars",
"private": true,
"version": "2.3.0",
"version": "2.4.0",
"description": "A Chrome extension that reveals star count of repositories on awesome list",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit cbf1fa2

Please sign in to comment.