Skip to content

Commit

Permalink
chore: tagging 0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 8, 2025
1 parent 24744bf commit db87e06
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.3.5"
version="0.3.6"
# 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 @@ -32,7 +32,7 @@ If a recompile is required to change the contract hashes, then the `seedelf-cont
Removing a tagged release involves deleting it locally and deleting the tagged branch.

```bash
version="0.3.5"
version="0.3.6"
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.5"
version = "0.3.6"
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.5"
version = "0.3.6"
compiler = "v1.1.9"
plutus = "v3"
license = "MIT"
Expand Down

0 comments on commit db87e06

Please sign in to comment.