1
0

Compare commits

..

No commits in common. "4db343f2846cf204a587f87c39c47c03c9acf816" and "7f96c5ba074500ae47a28760aaec470c3f9333e2" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
std = "love+max"
std = "max"
cache = true
include_files = {"**.lua", "*.luacheckrc"}
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
exclude_files = {}
self = false
max_line_length=false

View File

@ -1,4 +1,4 @@
local _VERSION = '1.0.3'
local _VERSION = '1.0.2'
local colors = require ((...) .. '.colors')
colors._VERSION = _VERSION