diff --git a/frontend/package.json b/frontend/package.json
index 2da5d2b9..c42f19fa 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "maple",
"private": true,
- "version": "1.1.7",
+ "version": "1.1.8",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock
index aa2cb2fe..fb90d780 100644
--- a/frontend/src-tauri/Cargo.lock
+++ b/frontend/src-tauri/Cargo.lock
@@ -2230,7 +2230,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "maple"
-version = "1.1.7"
+version = "1.1.8"
dependencies = [
"log",
"once_cell",
diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml
index 54e8da19..758d807f 100644
--- a/frontend/src-tauri/Cargo.toml
+++ b/frontend/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "maple"
-version = "1.1.7"
+version = "1.1.8"
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 d185d108..f72db1f9 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
- 1.1.7
+ 1.1.8
CFBundleVersion
- 1.1.7
+ 1.1.8
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml
index 5d2d649c..f1936010 100644
--- a/frontend/src-tauri/gen/apple/project.yml
+++ b/frontend/src-tauri/gen/apple/project.yml
@@ -51,8 +51,8 @@ targets:
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
- CFBundleShortVersionString: 1.1.7
- CFBundleVersion: 1.1.7
+ CFBundleShortVersionString: 1.1.8
+ CFBundleVersion: 1.1.8
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 6003c699..5f3dbad2 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": "1.1.7",
+ "version": "1.1.8",
"identifier": "cloud.opensecret.maple",
"build": {
"frontendDist": "../dist",