From baec5d3befc5f4355cc6f73027d386d39adb1d68 Mon Sep 17 00:00:00 2001 From: chrisdugne Date: Thu, 13 Jan 2022 13:32:52 +0100 Subject: [PATCH] 1.3.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72a650a..08c7aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uralys/fox", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@uralys/fox", - "version": "1.3.3", + "version": "1.3.4", "license": "MIT", "bin": { "fox": "cli/cli.js" diff --git a/package.json b/package.json index 7987cb6..50f5eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uralys/fox", - "version": "1.3.3", + "version": "1.3.4", "description": "🦊 Starter and Components for your Godot Engine app", "author": "chrisdugne", "license": "MIT",