Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
39bytes committed Apr 6, 2024
1 parent 13a40e1 commit 3e4aa97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.4",
"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.3",
"version": "0.3.4",
"private": true,
"homepage": "./",
"author": "Jack Parmer <[email protected]>",
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 <[email protected]>",
]
name = "flojoy"
version = "0.3.3"
version = "0.3.4"
description = ""
readme = "README.md"

Expand Down
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.3"
version = "0.3.4"
description = ""
authors = [
"Jack Palmer <[email protected]>",
Expand Down

0 comments on commit 3e4aa97

Please sign in to comment.