From fc2abe896e450af63165c6a0154cc13e30c1b441 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 4 Jun 2024 17:03:57 +0200 Subject: [PATCH] Update version :sparkles: --- build/ProjectInfo.fs | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ProjectInfo.fs b/build/ProjectInfo.fs index 1cdcfa6..9c2391c 100644 --- a/build/ProjectInfo.fs +++ b/build/ProjectInfo.fs @@ -7,7 +7,7 @@ open Build.Utils.Path let root = Path.Resolve() [] -let Version = "0.3.1" +let Version = "0.3.2" [] let PyprojectTOML = "./pyproject.toml" diff --git a/package.json b/package.json index 33acffd..51848cd 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 0232eea..151c066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = []