diff --git a/package-lock.json b/package-lock.json index a740a1b..009f742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aventura", - "version": "0.2.9", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aventura", - "version": "0.2.9", + "version": "0.3.0", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2", diff --git a/package.json b/package.json index 0f005e8..3e6be40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aventura", - "version": "0.2.9", + "version": "0.3.0", "description": "AI-powered adventure and creative writing frontend", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 809a310..5ece1f5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aventura" -version = "0.2.9" +version = "0.3.0" description = "AI-powered adventure and creative writing frontend" authors = ["Karelian"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c6a629e..2532d49 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": "Aventura", - "version": "0.2.9", + "version": "0.3.0", "identifier": "com.karelian.aventura", "build": { "beforeDevCommand": "npm run dev",