set 0.36.1

This commit is contained in:
vegu-ai-tools
2026-04-04 14:25:28 +03:00
parent 945bf0623e
commit 2c80936eb5
6 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "talemate"
version = "0.36.0"
version = "0.36.1"
description = "AI-backed roleplay and narrative tools"
authors = [{name = "VeguAITools"}]
license = {text = "GNU Affero General Public License v3.0"}

View File

@@ -1,3 +1,3 @@
__all__ = ["VERSION"]
VERSION = "0.36.0"
VERSION = "0.36.1"

View File

@@ -1,12 +1,12 @@
{
"name": "talemate_frontend",
"version": "0.36.0",
"version": "0.36.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "talemate_frontend",
"version": "0.36.0",
"version": "0.36.1",
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
@@ -1731,9 +1731,9 @@
"license": "MIT"
},
"node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"license": "MIT"
},
"node_modules/magic-string": {
@@ -1789,9 +1789,9 @@
"license": "ISC"
},
"node_modules/picomatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"devOptional": true,
"license": "MIT",
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "talemate_frontend",
"version": "0.36.0",
"version": "0.36.1",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,4 +1,4 @@
export const FRONTEND_VERSION = "0.36.0";
export const FRONTEND_VERSION = "0.36.1";
export function versionsMatch(backendVersion) {
return FRONTEND_VERSION === backendVersion;

2
uv.lock generated
View File

@@ -5661,7 +5661,7 @@ wheels = [
[[package]]
name = "talemate"
version = "0.36.0"
version = "0.36.1"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },