This commit is contained in:
bjorn 2024-03-12 11:56:30 -07:00
parent 38f05b9f01
commit 66f6ee9bb9
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>v0.17.0</string>
<string>v0.17.1</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>

View File

@ -3,7 +3,7 @@ lovr = require 'lovr'
-- Note: Cannot be overloaded
function lovr.boot()
local conf = {
version = '0.17.0',
version = '0.17.1',
identity = 'default',
saveprecedence = true,
modules = {

View File

@ -6,7 +6,7 @@
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 17
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Tritium Gourmet"
#ifdef _MSC_VER