mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
set dev2 version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "talemate"
|
||||
version = "0.38.0.dev1"
|
||||
version = "0.38.0.dev2"
|
||||
description = "AI-backed roleplay and narrative tools"
|
||||
authors = [{name = "VeguAITools"}]
|
||||
license = {text = "GNU Affero General Public License v3.0"}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
__all__ = ["VERSION"]
|
||||
|
||||
VERSION = "0.38.0.dev1"
|
||||
VERSION = "0.38.0.dev2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "talemate_frontend",
|
||||
"version": "0.38.0.dev1",
|
||||
"version": "0.38.0.dev2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.1.2",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const FRONTEND_VERSION = "0.38.0.dev1";
|
||||
export const FRONTEND_VERSION = "0.38.0.dev2";
|
||||
|
||||
export function versionsMatch(backendVersion) {
|
||||
return FRONTEND_VERSION === backendVersion;
|
||||
|
||||
Reference in New Issue
Block a user