Skip to content

Commit be52b30

Browse files
authored
Merge pull request #194 from xch-dev/bump-0.8.4
Bump to 0.8.4
2 parents 74c9bfb + 423a06b commit be52b30

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sage-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-api"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "API definitions for the Sage wallet."

crates/sage-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 = "sage-cli"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A CLI and RPC for Sage wallet."

crates/sage-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-config"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Configuration for the Sage wallet."

crates/sage-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-database"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "The SQLite database for Sage."

crates/sage-keychain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-keychain"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A simple password based keychain implementation for Sage."

crates/sage-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-wallet"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "The driver code and sync logic for Sage wallet."

crates/sage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A high level abstraction for running Sage wallet."

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-tauri"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
description = "A next generation Chia wallet."
55
authors = ["Rigidity <[email protected]>"]
66
license = "Apache-2.0"

src-tauri/gen/apple/sage-tauri_iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.3</string>
20+
<string>0.8.4</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.8.3</string>
22+
<string>0.8.4</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

0 commit comments

Comments
 (0)