From 21fab074bbafe5ed0374c3c2466a156ada994461 Mon Sep 17 00:00:00 2001 From: Maxwell Talbot Date: Tue, 6 Jul 2021 10:54:17 +0100 Subject: [PATCH] chore: bumping version to avoid clash with already released version --- .github/scripts/release/package.json | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 1bf898fa..2f556d14 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.15.0", + "version": "0.15.1", "description": "", "scripts": { "release": "release-it" diff --git a/VERSION b/VERSION index 7092c7c4..8076af51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 \ No newline at end of file +0.15.1 \ No newline at end of file