Skip to content

Commit 94f22c9

Browse files
committed
release: v0.4.0 bump version
1 parent 96113b1 commit 94f22c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chatgpt-share-backend"
3-
version = "0.4.0-alpha8"
3+
version = "0.4.0"
44
description = ""
55
authors = ["moeakwak <moeakwak@gmail.com>"]
66
readme = "README.md"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chatgpt-share-frontend",
33
"private": true,
4-
"version": "0.4.0-alpha8",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --config ./config/vite.config.dev.ts",

0 commit comments

Comments
 (0)