diff --git a/package.json b/package.json index d4a816e..10e335e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core-cooldown", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e5e2c0c..23fc897 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-cooldown" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3de5c22..af975de 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json", "productName": "Core Cooldown", - "version": "0.1.0", + "version": "0.1.1", "identifier": "com.corecooldown.app", "build": { "frontendDist": "../dist",