Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Apr 9, 2024
1 parent 5102541 commit 69e6c9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"type": "module",
"version": "0.3.3",
"version": "0.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flojoy-studio",
"productName": "Flojoy Studio",
"description": "Joyful visual programming for Python",
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"homepage": "./",
"author": "Jack Parmer <jp@flojoy.io>",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/flojoy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
"Dallas Strandell <dalstrande@outlook.com>",
]
name = "flojoy"
version = "0.3.4"
version = "0.4.0"
description = ""
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flojoy-studio"
version = "0.3.4"
version = "0.4.0"
description = ""
authors = [
"Jack Palmer <jp@flojoy.io>",
Expand Down

0 comments on commit 69e6c9a

Please sign in to comment.