Skip to content

Commit

Permalink
0.4.2 (#1176)
Browse files Browse the repository at this point in the history
* 0.4.2

* bump flojoy & docs
  • Loading branch information
LatentDream authored Apr 29, 2024
1 parent dee7eff commit 03216ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.1",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"private": true,
"homepage": "./",
"author": "Jack Parmer <[email protected]>",
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.4.1"
version = "0.4.2"
description = ""
authors = [
"Jack Palmer <[email protected]>",
Expand Down

0 comments on commit 03216ae

Please sign in to comment.