From 8603500d744431327edb30e36fcbaeb84e4b487d Mon Sep 17 00:00:00 2001 From: Ronald Moesbergen Date: Sat, 21 Oct 2023 17:11:21 +0200 Subject: [PATCH] chore: version 1.3.6 --- .gitignore | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6ab93e6..de3029a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/dist -/node_modules -/.idea +dist/ +node_modules/ +.idea/ *.lock \ No newline at end of file diff --git a/package.json b/package.json index 76c8d41..a535793 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "msg", "theme" ], - "version": "1.3.5", + "version": "1.3.6", "description": "Leaphy custom Blockly blocks and arduino code generator", "name": "@leaphy-robotics/leaphy-blocks" }