Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Jan 31, 2025
1 parent b36cde2 commit 6405e38
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jtools"
version = "3.19.0"
version = "3.20.0"
description = "探索未知"
license = { file = "LICENSE" }
authors = [{ name = "FHU-yezi", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.19.0"
VERSION = "3.20.0"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:

services:
frontend:
image: jtools-frontend:3.19.0
image: jtools-frontend:3.20.0
container_name: jtools-frontend
build:
dockerfile: Dockerfile.frontend
Expand All @@ -22,7 +22,7 @@ services:
delay: 5s
max_attempts: 3
backend:
image: jtools-backend:3.19.0
image: jtools-backend:3.20.0
container_name: jtools-backend
build:
dockerfile: Dockerfile.backend
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jtools",
"private": true,
"version": "3.19.0",
"version": "3.20.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 6405e38

Please sign in to comment.