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> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>v0.17.0</string> <string>v0.17.1</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
</dict> </dict>

View File

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

View File

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