diff --git a/package.json b/package.json
index 4057ce8..0379ca7 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "donutbrowser",
"private": true,
"license": "AGPL-3.0",
- "version": "0.3.0",
+ "version": "0.3.1",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index c4ad033..28a2d4f 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -993,7 +993,7 @@ dependencies = [
[[package]]
name = "donutbrowser"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"async-trait",
"base64 0.22.1",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 3771a1c..f39c4ed 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "donutbrowser"
-version = "0.3.0"
+version = "0.3.1"
description = "Simple Yet Powerful Browser Orchestrator"
authors = ["zhom@github"]
edition = "2021"
diff --git a/src-tauri/Info.plist b/src-tauri/Info.plist
index 0bb1b1b..18e0818 100644
--- a/src-tauri/Info.plist
+++ b/src-tauri/Info.plist
@@ -13,7 +13,7 @@
CFBundleVersion
1
CFBundleShortVersionString
- 0.3.0
+ 0.3.1
CFBundlePackageType
APPL
CFBundleIconFile
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index c305057..b45f1c3 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Donut Browser",
- "version": "0.3.0",
+ "version": "0.3.1",
"identifier": "com.donutbrowser",
"build": {
"beforeDevCommand": "pnpm dev",