aseprite/scripts/app_version.js

8 lines
220 B
JavaScript
Raw Normal View History

// Copyright (C) 2018 David Capello
2018-08-20 17:50:11 +00:00
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
console.assert(app.version[0] == "1")
console.assert(app.version[1] == ".")