Skip to content

Commit

Permalink
prepare v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jul 27, 2024
1 parent b392594 commit caa081e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.2"
version = "0.1.3"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ version-not-found:
@echo "Rio version was not specified"
@echo " - usage: $ make release-macos-signed version=0.0.0"

# e.g: make update-version old-version=0.0.13 new-version=0.0.12
# e.g: make update-version old-version=0.1.13 new-version=0.1.12
update-version:
@echo "Switching from $(old-version) to $(new-version)"
find Cargo.toml -type f -exec sed -i '' 's/$(old-version)/$(new-version)/g' {} \;
Expand Down

0 comments on commit caa081e

Please sign in to comment.