diff --git a/package-lock.json b/package-lock.json index d5c9d74..53f7a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aventura", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aventura", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2", diff --git a/package.json b/package.json index d525f85..1353837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aventura", - "version": "0.2.0", + "version": "0.2.1", "description": "AI-powered adventure and creative writing frontend", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 97c1719..a47a74f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aventura" -version = "0.2.0" +version = "0.2.1" 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 3a0664d..aea6096 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.0", + "version": "0.2.1", "identifier": "com.karelian.aventura", "build": { "beforeDevCommand": "npm run dev",