Skip to content

Commit

Permalink
Update version ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jun 4, 2024
1 parent e0f1a02 commit fc2abe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ProjectInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open Build.Utils.Path
let root = Path.Resolve()

[<Literal>]
let Version = "0.3.1"
let Version = "0.3.2"

[<Literal>]
let PyprojectTOML = "./pyproject.toml"
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": "siren-dsl",
"description": "A simple dsl for creating mermaid graphs!",
"keywords": [ "mermaid", "dsl", "fable", "graphs" ],
"version": "0.3.0",
"version": "0.3.2",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
"type": "module",
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 = "siren-dsl"
version = "0.3.1"
version = "0.3.2"
description = "A simple dsl for creating mermaid graphs!"
authors = ["Kevin Frey <freymaurer@gmx.de>"]
maintainers = []
Expand Down

0 comments on commit fc2abe8

Please sign in to comment.