mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-10 00:36:52 +00:00
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
// Copyright (C) 2018 David Capello
|
|
//
|
|
// 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] == ".")
|