Skip to content

Commit

Permalink
bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhminhmr committed Apr 19, 2023
1 parent 3376819 commit 7933a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml → .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Compile and release
on:
release:
types: [created, edited]
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
ARCHIVE_TYPES: ${{ matrix.archive }}
MINIFY: "yes"
MINIFY: "true"
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
name = "srx"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# temp for test
[profile.release]
debug = true
lto = true
Expand Down

0 comments on commit 7933a27

Please sign in to comment.