Skip to content

Commit

Permalink
chore: bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkristiansson committed Sep 16, 2024
1 parent ef3637e commit 24b2c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "Bumping version to $1"
npm version $1 && cd src-tauri && cargo bump $1 && cd .. && git add . && git commit -m "chore: bump version to $1"
npm version $1 && cd src-tauri && cargo bump $1 && cd ..
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

0 comments on commit 24b2c61

Please sign in to comment.