diff --git a/frontend/package.json b/frontend/package.json
index efc043ee..2e2baa6b 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "maple",
"private": true,
- "version": "2.0.25",
+ "version": "2.0.26",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock
index 6127fde6..318a4160 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.25"
+version = "2.0.26"
dependencies = [
"anyhow",
"axum",
diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml
index cfa3379e..40670315 100644
--- a/frontend/src-tauri/Cargo.toml
+++ b/frontend/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "maple"
-version = "2.0.25"
+version = "2.0.26"
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 9923e1e7..c3cfaadc 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.25
+ 2.0.26
CFBundleVersion
- 2.0.25
+ 2.0.26
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml
index f3c12cc7..f9b6ff81 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.25
- CFBundleVersion: 2.0.25
+ CFBundleShortVersionString: 2.0.26
+ CFBundleVersion: 2.0.26
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 75fd4518..19470e6b 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.25",
+ "version": "2.0.26",
"identifier": "cloud.opensecret.maple",
"build": {
"frontendDist": "../dist",
@@ -89,7 +89,7 @@
"minimumSystemVersion": "16.0"
},
"android": {
- "versionCode": 2000025000
+ "versionCode": 2000026000
},
"windows": {
"certificateThumbprint": null,