Skip to content

Commit

Permalink
chore: tagging 0.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 9, 2025
1 parent 89607b1 commit 6c40be9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0"
version="0.3.7"
# 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 Expand Up @@ -34,7 +34,7 @@ If a recompile is required and the contract hashes change then the [seedelf-cont
Removing a tagged release involves deleting it locally and deleting the tagged branch.

```bash
version="0.4.0"
version="0.3.7"
git tag -d ${version}
git push origin --delete ${version}
```
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.6"
version = "0.3.7"
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.3.6"
version = "0.3.7"
compiler = "v1.1.9"
plutus = "v3"
license = "MIT"
Expand Down

0 comments on commit 6c40be9

Please sign in to comment.