We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96113b1 commit 94f22c9Copy full SHA for 94f22c9
backend/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "chatgpt-share-backend"
3
-version = "0.4.0-alpha8"
+version = "0.4.0"
4
description = ""
5
authors = ["moeakwak <moeakwak@gmail.com>"]
6
readme = "README.md"
frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "chatgpt-share-frontend",
"private": true,
- "version": "0.4.0-alpha8",
+ "version": "0.4.0",
"type": "module",
"scripts": {
7
"dev": "vite --config ./config/vite.config.dev.ts",
0 commit comments