aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri')
-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 5f96d14..54a0d3d 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
[dependencies]
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 22f3f2d..33273cc 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.1.2",
+ "version": "0.1.3",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "",