mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
8 lines
234 B
Lua
8 lines
234 B
Lua
|
-- Copyright (C) 2018 David Capello
|
||
|
--
|
||
|
-- This file is released under the terms of the MIT license.
|
||
|
-- Read LICENSE.txt for more information.
|
||
|
|
||
|
assert(string.sub(app.version, 1, 1) == "1")
|
||
|
assert(string.sub(app.version, 2, 2) == ".")
|