Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 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.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "API definitions for the Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-api/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-api-macro"
version = "0.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "A macro for implementing things for each of the Sage API endpoints."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-api/src/requests/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub struct GetVersion {}
#[cfg_attr(feature = "openapi", derive(utoipa::ToSchema))]
pub struct GetVersionResponse {
/// Semantic version string
#[cfg_attr(feature = "openapi", schema(example = "0.12.7"))]
#[cfg_attr(feature = "openapi", schema(example = "0.12.8"))]
pub version: String,
}

Expand Down
2 changes: 1 addition & 1 deletion crates/sage-assets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-assets"
version = "0.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "Fetches non-critical data from various APIs for use in 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.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "A CLI and RPC for Sage wallet."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-client"
version = "0.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "An RPC client 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.12.7"
version = "0.12.8"
edition = "2024"
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.12.7"
version = "0.12.8"
edition = "2024"
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.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "A simple password based keychain implementation for Sage."
Expand Down
2 changes: 1 addition & 1 deletion crates/sage-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sage-rpc"
version = "0.12.7"
version = "0.12.8"
edition = "2024"
license = "Apache-2.0"
description = "An RPC server for Sage wallet."
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.12.7"
version = "0.12.8"
edition = "2024"
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.12.7"
version = "0.12.8"
edition = "2024"
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.12.7"
version = "0.12.8"
description = "A next generation Chia wallet."
authors = ["Rigidity <me@rigidnetwork.com>"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/gen/apple/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ targets:
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
CFBundleShortVersionString: 0.12.7
CFBundleVersion: "0.12.7"
CFBundleShortVersionString: 0.12.8
CFBundleVersion: "0.12.8"
entitlements:
path: sage-tauri_iOS/sage-tauri_iOS.entitlements
scheme:
Expand Down Expand Up @@ -86,4 +86,4 @@ targets:
basedOnDependencyAnalysis: false
outputFiles:
- $(SRCROOT)/Externals/x86_64/${CONFIGURATION}/libapp.a
- $(SRCROOT)/Externals/arm64/${CONFIGURATION}/libapp.a
- $(SRCROOT)/Externals/arm64/${CONFIGURATION}/libapp.a
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 @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12.7</string>
<string>0.12.8</string>
<key>CFBundleVersion</key>
<string>0.12.7</string>
<string>0.12.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down Expand Up @@ -49,4 +49,4 @@
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app needs access to save images to your photo library.</string>
</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.12.7",
"version": "0.12.8",
"identifier": "com.rigidnetwork.sage",
"build": {
"frontendDist": "../dist",
Expand Down
Loading
Loading