Skip to content

Commit 2121ffd

Browse files
committed
chore(platform): Bump version to v0.3.4
1 parent 0c29403 commit 2121ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autogpt_platform/backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autogpt-platform-backend"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A platform for building AI-powered agentic workflows"
55
authors = ["AutoGPT <[email protected]>"]
66
readme = "README.md"

autogpt_platform/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)