Skip to content

Commit

Permalink
chore: tagging 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 15, 2025
1 parent 6fba7a0 commit 71e8ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change the version then run the command in the parent folder.

```bash
# set the version
version="0.4.1"
version="0.4.2"
# update the toml files
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-contracts/aiken.toml
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-cli/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion seedelf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seedelf-cli"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
description = "Seedelf: A Cardano Stealth Wallet"
Expand Down
2 changes: 1 addition & 1 deletion seedelf-contracts/aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "logical-mechanism/Seedelf-Wallet"
version = "0.4.1"
version = "0.4.2"
compiler = "v1.1.9"
plutus = "v3"
license = "MIT"
Expand Down

0 comments on commit 71e8ca6

Please sign in to comment.