aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 53b84fd..5f96d14 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
[dependencies]
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index a00a91d..22f3f2d 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.1.1",
+ "version": "0.1.2",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "",