Version bump

This commit is contained in:
Kurvaz 2026-01-12 05:37:59 -07:00
parent 16855349e5
commit a88f76963a
4 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View file

@ -1,13 +1,13 @@
{
"name": "aventura",
"version": "0.3.4",
"version": "0.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aventura",
"version": "0.3.4",
"license": "MIT",
"version": "0.3.5",
"license": "AGPL-3.0",
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",

View file

@ -1,6 +1,6 @@
{
"name": "aventura",
"version": "0.3.4",
"version": "0.3.5",
"description": "AI-powered adventure and creative writing frontend",
"type": "module",
"scripts": {
@ -11,7 +11,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"license": "AGPL-3.0",
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",

View file

@ -1,8 +1,8 @@
[package]
name = "aventura"
version = "0.3.4"
version = "0.3.5"
description = "AI-powered adventure and creative writing frontend"
authors = ["Karelian"]
authors = ["Contributors"]
edition = "2021"
[lib]

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Aventura",
"version": "0.3.4",
"version": "0.3.5",
"identifier": "com.karelian.aventura",
"build": {
"beforeDevCommand": "npm run dev",