Skip to content

Commit

Permalink
Merge pull request #58 from xch-dev/bump
Browse files Browse the repository at this point in the history
Bump to 0.5.0
  • Loading branch information
Rigidity authored Oct 25, 2024
2 parents 9ec396d + e9717d5 commit d8a82a5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 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.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
description = "API definitions for the 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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
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.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
description = "The driver code and sync logic for 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.4.0"
version = "0.5.0"
description = "A next generation Chia wallet."
authors = ["Rigidity <[email protected]>"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 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.4.0</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>0.4.0</string>
<string>0.5.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand All @@ -43,4 +43,4 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
</plist>
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.4.0",
"version": "0.5.0",
"identifier": "com.rigidnetwork.sage",
"build": {
"frontendDist": "../dist",
Expand Down

0 comments on commit d8a82a5

Please sign in to comment.