From acf6f602724d0919573337011bfe01b572bd7afc Mon Sep 17 00:00:00 2001 From: RafaelWO <38643099+RafaelWO@users.noreply.github.com> Date: Thu, 23 Dec 2021 13:35:11 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20L=C3=B6ve=20version=20in=20CI=20build=20?= =?UTF-8?q?(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚑 Hotfix: Change love version to 11.3 in CI * 🔖 Bump version to v0.61 --- .github/workflows/main.yml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b717e1..5d1895b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: # Name of the application to be built app_name: space-love-${{ env.TAG_VERSION }} # Version of LÖVE to be used in building the application - love_version: 0.10.2 + love_version: '11.3' # Path to dependencies rockspec relative to GitHub workspace # Upload the built applications diff --git a/VERSION b/VERSION index e355fa5..98face5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.6 \ No newline at end of file +v0.61 \ No newline at end of file