Skip to content

Commit c3f91dc

Browse files
author
logicalmechanism
committed
chore: tagging 0.4.7 release
1 parent 907185e commit c3f91dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change the version, then run the command below in the parent folder.
44

55
```bash
66
# set the version
7-
version="0.4.6"
7+
version="0.4.7"
88
# update the toml files
99
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-contracts/aiken.toml
1010
sed -i '0,/^version = ".*"/s//version = "'${version}'"/' seedelf-cli/Cargo.toml
@@ -38,7 +38,7 @@ If a recompile is required and the contract hashes change, then the [seedelf-con
3838
Removing a tagged release involves deleting it locally and deleting the tagged branch.
3939

4040
```bash
41-
version="0.4.6"
41+
version="0.4.7"
4242
git tag -d ${version}
4343
git push origin --delete ${version}
4444
```

seedelf-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seedelf-cli"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
edition = "2024"
55
license = "MIT"
66
description = "Seedelf: A Cardano Stealth Wallet"

seedelf-contracts/aiken.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "logical-mechanism/Seedelf-Wallet"
2-
version = "0.4.6"
2+
version = "0.4.7"
33
compiler = "v1.1.9"
44
plutus = "v3"
55
license = "MIT"

0 commit comments

Comments
 (0)