Skip to content

Commit

Permalink
chore: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Jul 2, 2024
1 parent c898b41 commit a350b49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/df_designer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dflowd"
version = "0.1.0-beta.0"
version = "0.1.0-beta.1"
description = "Dialog Flow Designer"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'DflowD'
copyright = '2024, Denis Kuznetsov, Maks Rogatkin, Rami Mashkouk'
author = 'Denis Kuznetsov, Maks Rogatkin, Rami Mashkouk'
release = '0.1.0-beta.0'
release = '0.1.0-beta.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/maste r/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DFD 0.1.0</title>
<title>DFD 0.1.0-beta.1</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const SideBar = () => {
href='https://deeppavlov.ai'
target='_blank'>
<Logo className='w-4 h-4' />
df_designer v0.1.0
df_designer v0.1.0-beta.1
</a> */}
</div>
</div>
Expand Down

0 comments on commit a350b49

Please sign in to comment.