Skip to content

Commit

Permalink
Merge pull request #201 from xch-dev/bump-0.8.5
Browse files Browse the repository at this point in the history
Bump to 0.8.5
  • Loading branch information
Rigidity authored Dec 27, 2024
2 parents 4042068 + 87da82c commit 27f68f9
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sage-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-api"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "API definitions for the Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-cli"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "A CLI and RPC for Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-config"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "Configuration for the Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-database"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "The SQLite database for Sage."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-keychain"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "A simple password based keychain implementation for Sage."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-wallet"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "The driver code and sync logic for Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
license = "Apache-2.0"
description = "A high level abstraction for running Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-tauri"
version = "0.8.4"
version = "0.8.5"
description = "A next generation Chia wallet."
authors = ["Rigidity <me@rigidnetwork.com>"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/gen/apple/sage-tauri_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.4</string>
<string>0.8.5</string>
<key>CFBundleVersion</key>
<string>0.8.4</string>
<string>0.8.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Sage",
"version": "0.8.4",
"version": "0.8.5",
"identifier": "com.rigidnetwork.sage",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit 27f68f9

Please sign in to comment.