Skip to content

Commit

Permalink
update version and change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
acooler15 committed Mar 11, 2021
1 parent 55f4c02 commit 3f5ac7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "artipub-chrome-extension",
"name": "artipub--browser-extension",
"version": "0.1.5",
"description": "Chrome extension login helper for ArtiPub",
"description": "browser extension login helper for ArtiPub",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js --content-base ./dist",
"build:dev": "webpack --config webpack.dev.js",
Expand Down
4 changes: 2 additions & 2 deletions extensions/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ArtiPub",
"version": "0.1.4",
"version": "0.1.5",
"manifest_version": 2,
"description": "ArtiPub登陆助手,帮助登陆掘金、SegmentFault、CSDN、知乎等技术平台",
"icons": {
Expand All @@ -19,4 +19,4 @@
"https://*/*",
"storage"
]
}
}

0 comments on commit 3f5ac7c

Please sign in to comment.