chore: bump version to 0.6.0-pre.1 (#66)

This commit is contained in:
failerko 2026-02-01 23:23:48 +01:00 committed by GitHub
parent d0a9e9dfb0
commit 04f7e319df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "aventura",
"version": "0.6.0-beta.3",
"version": "0.6.0-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aventura",
"version": "0.6.0-beta.3",
"version": "0.6.0-pre.1",
"license": "AGPL-3.0",
"dependencies": {
"@tauri-apps/api": "^2",

View file

@ -1,6 +1,6 @@
{
"name": "aventura",
"version": "0.6.0-beta.3",
"version": "0.6.0-pre.1",
"description": "AI-powered adventure and creative writing frontend",
"type": "module",
"scripts": {

2
src-tauri/Cargo.lock generated
View file

@ -260,7 +260,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "aventura"
version = "0.6.0-beta.3"
version = "0.6.0-pre.1"
dependencies = [
"axum",
"base64 0.22.1",

View file

@ -1,6 +1,6 @@
[package]
name = "aventura"
version = "0.6.0-beta.3"
version = "0.6.0-pre.1"
description = "AI-powered adventure and creative writing frontend"
authors = ["Contributors"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Aventuras",
"version": "0.6.0-beta.3",
"version": "0.6.0-pre.1",
"identifier": "com.karelian.aventura",
"build": {
"beforeDevCommand": "npm run dev",