From d6e44df45e8f3d92376ca97478733d46e483c32e Mon Sep 17 00:00:00 2001
From: Anthony Ronning <101225832+AnthonyRonning@users.noreply.github.com>
Date: Wed, 17 Jun 2026 15:59:38 +0000
Subject: [PATCH] chore: bump Maple to v3.1.1
---
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 d536f3b7e..412a32cc1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "maple",
"private": true,
- "version": "3.1.0",
+ "version": "3.1.1",
"type": "module",
"packageManager": "bun@1.3.5",
"trustedDependencies": [],
diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock
index 8f7d090e7..3c5fa2c13 100644
--- a/frontend/src-tauri/Cargo.lock
+++ b/frontend/src-tauri/Cargo.lock
@@ -2965,7 +2965,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
[[package]]
name = "maple"
-version = "3.1.0"
+version = "3.1.1"
dependencies = [
"anyhow",
"axum",
diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml
index 3e4f489d6..8aed0034d 100644
--- a/frontend/src-tauri/Cargo.toml
+++ b/frontend/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "maple"
-version = "3.1.0"
+version = "3.1.1"
description = "Maple AI"
authors = ["tony@trymaple.ai"]
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 182b577a5..0a20b1233 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
- 3.1.0
+ 3.1.1
CFBundleVersion
- 3.1.0
+ 3.1.1
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml
index 457310fe7..74e22e7e9 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: 3.1.0
- CFBundleVersion: 3.1.0
+ CFBundleShortVersionString: 3.1.1
+ CFBundleVersion: 3.1.1
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 04421058c..12f62bfe1 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": "3.1.0",
+ "version": "3.1.1",
"identifier": "cloud.opensecret.maple",
"build": {
"frontendDist": "../dist",
@@ -97,7 +97,7 @@
"minimumSystemVersion": "16.0"
},
"android": {
- "versionCode": 2000028004
+ "versionCode": 2000028005
},
"windows": {
"certificateThumbprint": null,