Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Apr 3, 2020
1 parent 8982ef7 commit b6b3158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "vx",
"description": "This extension listens to you and copies what you said to the clipboard.",
"version": "0.3.1",
"version": "0.4.0",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"commands": {
"listen1": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vx-chrome",
"version": "0.3.1",
"version": "0.4.0",
"dependencies": {},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FILE="$(npm pack)"

echo "$FILE"
rm -rf tmp/package tmp/vx.zip
rm -rf tmp/vx tmp/vx.zip
mkdir -p tmp
tar xvzf "$FILE" -C tmp
mv tmp/package tmp/vx
Expand Down

0 comments on commit b6b3158

Please sign in to comment.