Skip to content

Commit

Permalink
release: 0.2.0 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Aumeier <hey@flo.fish>
  • Loading branch information
florian42 committed Jun 18, 2023
1 parent 42bd60f commit ebcea6e
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
Expand Up @@ -8,7 +8,7 @@
"build": "webpack --mode=production --config config/webpack.config.js",
"format": "prettier --write --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\"",
"test": "jest",
"package": "cd build && zip -r obsidian-clipper.zip ."
"package": "npm run build && cd build && zip -r obsidian-clipper.zip ."
},
"devDependencies": {
"@types/chrome": "^0.0.181",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Obsidian Clipper",
"version": "0.1.0",
"version": "0.2.0",
"description": "Obsidian Web Clipper Chrome Extension to save articles and pages from the web in Obsidian",
"icons": {
"16": "icons/icon_16.png",
Expand Down

0 comments on commit ebcea6e

Please sign in to comment.