From dbadc884a28f6e771e556d8ea24ec55b63c7cbf4 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Mon, 20 Apr 2026 21:31:46 -0500 Subject: [PATCH] Bump to 2.0.24 --- frontend/package.json | 2 +- frontend/src-tauri/Cargo.lock | 2 +- frontend/src-tauri/Cargo.toml | 2 +- frontend/src-tauri/gen/apple/maple_iOS/Info.plist | 4 ++-- frontend/src-tauri/gen/apple/project.yml | 4 ++-- frontend/src-tauri/tauri.conf.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 46910bf2..1fc61087 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "maple", "private": true, - "version": "2.0.23", + "version": "2.0.24", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index b4f8ddf5..82cc9f0e 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -2717,7 +2717,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "maple" -version = "2.0.23" +version = "2.0.24" dependencies = [ "anyhow", "axum", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index c7b63356..0ae5ee77 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple" -version = "2.0.23" +version = "2.0.24" description = "Maple AI" authors = ["tony@opensecret.cloud"] license = "MIT" diff --git a/frontend/src-tauri/gen/apple/maple_iOS/Info.plist b/frontend/src-tauri/gen/apple/maple_iOS/Info.plist index 99160c90..9713d9fc 100644 --- a/frontend/src-tauri/gen/apple/maple_iOS/Info.plist +++ b/frontend/src-tauri/gen/apple/maple_iOS/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.23 + 2.0.24 CFBundleVersion - 2.0.23 + 2.0.24 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml index c6b3c1cd..89a26aaa 100644 --- a/frontend/src-tauri/gen/apple/project.yml +++ b/frontend/src-tauri/gen/apple/project.yml @@ -52,8 +52,8 @@ targets: - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - CFBundleShortVersionString: 2.0.23 - CFBundleVersion: 2.0.23 + CFBundleShortVersionString: 2.0.24 + CFBundleVersion: 2.0.24 entitlements: path: maple_iOS/maple_iOS.entitlements scheme: diff --git a/frontend/src-tauri/tauri.conf.json b/frontend/src-tauri/tauri.conf.json index 3b15e2d5..f76815ea 100644 --- a/frontend/src-tauri/tauri.conf.json +++ b/frontend/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Maple", - "version": "2.0.23", + "version": "2.0.24", "identifier": "cloud.opensecret.maple", "build": { "frontendDist": "../dist", @@ -89,7 +89,7 @@ "minimumSystemVersion": "16.0" }, "android": { - "versionCode": 2000023000 + "versionCode": 2000024000 }, "windows": { "certificateThumbprint": null,