Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed May 15, 2024
1 parent 69caaeb commit 3ad62e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: get version
run: |
PACKAGE_VERSION=$(node -p "require('./package.json').version")
sed -i "s/^version = \".*\"/version = \"$PACKAGE_VERSION\"/" src-tauri/Cargo.toml
#sed -i "s/^version = \".*\"/version = \"$PACKAGE_VERSION\"/" src-tauri/Cargo.toml
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_ENV
Expand Down
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.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "app"
version = "1.0.0"
description = "NetMount"
version = "1.0.1"
authors = ["VirtualHotBar"]
license = ""
repository = ""
Expand Down

0 comments on commit 3ad62e8

Please sign in to comment.