Bump version number

This commit is contained in:
Kurvaz 2026-01-05 17:41:17 -07:00
parent 97e604e04b
commit d2977c901e
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"

View file

@ -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",