Skip to content

Commit 908b7f8

Browse files
authored
Merge pull request #85 from xch-dev/update-0.7.0
Update to 0.7.0
2 parents 72f920e + 6dde35f commit 908b7f8

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "API definitions for the 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.6.0"
3+
version = "0.7.0"
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.6.0"
3+
version = "0.7.0"
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.6.0"
3+
version = "0.7.0"
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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "The driver code and sync logic for 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.6.0"
3+
version = "0.7.0"
44
description = "A next generation Chia wallet."
55
authors = ["Rigidity <me@rigidnetwork.com>"]
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.6.0</string>
20+
<string>0.7.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.6.0</string>
22+
<string>0.7.0</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Sage",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"identifier": "com.rigidnetwork.sage",
55
"build": {
66
"frontendDist": "../dist",

0 commit comments

Comments
 (0)