mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-26 10:51:24 +00:00
chore: bump version to 0.7.0-pre.1
This commit is contained in:
parent
b0fd4ff311
commit
b37e60286a
5 changed files with 9 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "aventura",
|
||||
"version": "0.6.0-pre.2",
|
||||
"version": "0.7.0-pre.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "aventura",
|
||||
"version": "0.6.0-pre.2",
|
||||
"version": "0.7.0-pre.1",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^3.0.35",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aventura",
|
||||
"version": "0.6.0-pre.2",
|
||||
"version": "0.7.0-pre.1",
|
||||
"description": "AI-powered adventure and creative writing frontend",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
|
@ -282,7 +282,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|||
|
||||
[[package]]
|
||||
name = "aventura"
|
||||
version = "0.6.0-pre.2"
|
||||
version = "0.7.0-pre.1"
|
||||
dependencies = [
|
||||
"axum 0.8.8",
|
||||
"base64 0.22.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aventura"
|
||||
version = "0.6.0-pre.2"
|
||||
version = "0.7.0-pre.1"
|
||||
description = "AI-powered adventure and creative writing frontend"
|
||||
authors = ["Contributors"]
|
||||
edition = "2021"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Aventuras",
|
||||
"version": "0.6.0-pre.2",
|
||||
"version": "0.7.0-pre.1",
|
||||
"identifier": "com.karelian.aventura",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
|
|
@ -42,7 +42,9 @@
|
|||
},
|
||||
"plugins": {
|
||||
"updater": {
|
||||
"endpoints": ["https://github.com/unkarelian/Aventuras/releases/latest/download/latest.json"],
|
||||
"endpoints": [
|
||||
"https://github.com/unkarelian/Aventuras/releases/latest/download/latest.json"
|
||||
],
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJCNUQyM0I1NzM5MEQ2MDgKUldRSTFwQnp0U05kSzdwVUV5dEYvc3ZaaS9ZWGJDcytQaERmWDhNSGJ0OTdHVlE1UkttUW5NTy8K"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue