diff --git a/frontend/package.json b/frontend/package.json
index 54bf2b79d..f40eb39a8 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "maple",
"private": true,
- "version": "1.0.8",
+ "version": "1.0.9",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml
index f2a3f5733..7de5336f4 100644
--- a/frontend/src-tauri/Cargo.toml
+++ b/frontend/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "maple"
-version = "1.0.8"
+version = "1.0.9"
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 d38ce3269..383d84c55 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.0.5
+ 1.0.9
CFBundleVersion
- 1.0.5
+ 1.0.9
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/frontend/src-tauri/gen/apple/project.yml b/frontend/src-tauri/gen/apple/project.yml
index 72fb22d2d..94d23b818 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.0.2
- CFBundleVersion: 1.0.2
+ CFBundleShortVersionString: 1.0.9
+ CFBundleVersion: 1.0.9
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 ed101efb5..92601eab4 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.0.8",
+ "version": "1.0.9",
"identifier": "cloud.opensecret.maple",
"build": {
"frontendDist": "../dist",