Skip to content

Commit

Permalink
release: v0.4.0 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Nov 21, 2023
1 parent 96113b1 commit 94f22c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chatgpt-share-backend"
version = "0.4.0-alpha8"
version = "0.4.0"
description = ""
authors = ["moeakwak <[email protected]>"]
readme = "README.md"
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": "chatgpt-share-frontend",
"private": true,
"version": "0.4.0-alpha8",
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.config.dev.ts",
Expand Down

0 comments on commit 94f22c9

Please sign in to comment.