Skip to content

Commit 63830b9

Browse files
committed
Update version to 0.1.0-test16 and fix repository name in workflow
1 parent da4e6c8 commit 63830b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
steps:
296296
- uses: actions/checkout@v4
297297
with:
298-
repository: "openSVM/homebrew-lessvm"
298+
repository: "openSVM/lessvm"
299299
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
300300
# So we have access to the formula
301301
- name: Fetch homebrew formulae

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.1.0-test15"
8+
version = "0.1.0-test16"
99
edition = "2021"
1010
authors = ["LessVM Team"]
1111
license = "MIT"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lessvm"
3-
version = "0.1.0-test15"
3+
version = "0.1.0-test16"
44
edition = "2021"
55
description = "CLI tool for managing LessVM applications"
66
authors = ["LessVM Team"]

0 commit comments

Comments
 (0)