Skip to content

Commit

Permalink
Merge pull request #150 from acooler15/update_ext
Browse files Browse the repository at this point in the history
update version and change package name
  • Loading branch information
acooler15 authored Mar 11, 2021
2 parents 55f4c02 + 3f5ac7c commit 35afd66
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 35afd66

Please sign in to comment.