Skip to content

Commit

Permalink
chore: update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DahnM20 committed May 18, 2024
1 parent bcb3b35 commit ef55530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</p>
<div align="center">

## 🎉🚀 v0.6.4 is Now Available 🚀🎉
## 🎉🚀 v0.7.0 is Now Available 🚀🎉

🚀 **New Nodes : Stable Diffusion 3, Text-to-Speech, Document-to-Text**
🚀 **New Nodes : Resizeable Display Node, Stable Diffusion 3, Text-to-Speech, Document-to-Text**

**Expand the App**: Learn how to add your own nodes in our [Contribution Guidelines](https://docs.ai-flow.net/docs/category/contribute).
</br>
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ai-flow-back"
version = "0.6.4"
version = "0.7.0"
description = ""
authors = ["DahnM20 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ VITE_APP_WS_HOST=localhost
VITE_APP_WS_PORT=5000
VITE_APP_API_REST_PORT=5000
VITE_APP_USE_HTTPS=false
VITE_APP_VERSION=0.6.0
VITE_APP_VERSION=0.7.0
VITE_APP_USE_CACHE=true
VITE_APP_DEFAULT_NODES_HIDDEN_LIST=stable-diffusion-stabilityai-prompt,ai-action
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-flow-front",
"version": "0.6.4",
"version": "0.7.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
Expand Down

0 comments on commit ef55530

Please sign in to comment.