Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 3, 2023
1 parent 58b0690 commit bc26e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:

services:
web:
image: jtools-web:3.6.1
image: jtools-web:3.7.0
build:
dockerfile: Dockerfile.web
ports:
Expand All @@ -29,7 +29,7 @@ services:
max_attempts: 3
stop_grace_period: 5s
api:
image: jtools-api:3.6.1
image: jtools-api:3.7.0
build:
dockerfile: Dockerfile.api
volumes:
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.6.1",
"version": "3.7.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit bc26e54

Please sign in to comment.