Skip to content

Commit

Permalink
chore: tagging 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Dec 31, 2024
1 parent 8ff975e commit 3e48d57
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.3.3"
version="0.3.4"
# 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.3.3"
version = "0.3.4"
edition = "2021"
license = "MIT"
description = "A CLI for the Seedelf 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.3.3"
version = "0.3.4"
compiler = "v1.1.9"
plutus = "v3"
license = "MIT"
Expand Down

0 comments on commit 3e48d57

Please sign in to comment.