Skip to content

Commit

Permalink
release: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crgwbr committed Jul 17, 2024
1 parent 34ad5a4 commit f5b564f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PKG_FILE="package.json"
PKG_BK_FILE="${PKG_FILE}.bk"
jq --arg VERSION "$VERSION" '.version=$VERSION' "$PKG_FILE" > "$PKG_BK_FILE"
mv "$PKG_BK_FILE" "$PKG_FILE"
npm ci
npm i
git add "$PKG_FILE" "package-lock.json"

# Build
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accordance",
"version": "0.6.0",
"version": "0.7.0",
"description": "A wrapper around unison to provide cross-platform, automatic, bidirectional file syncing",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
Expand Down

0 comments on commit f5b564f

Please sign in to comment.