Skip to content

Commit

Permalink
Fix: Löve version in CI build (#19)
Browse files Browse the repository at this point in the history
* 🚑 Hotfix: Change love version to 11.3 in CI

* 🔖 Bump version to v0.61
  • Loading branch information
RafaelWO authored Dec 23, 2021
1 parent 835b15e commit acf6f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6
v0.61

0 comments on commit acf6f60

Please sign in to comment.