Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Yonaba/Moses.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonaba <roland.yonaba@gmail.com>2017-04-14 18:34:36 +0300
committerYonaba <roland.yonaba@gmail.com>2017-04-14 18:34:54 +0300
commit49d32724817f8b0c3320fa5634dd944f2c3ecca3 (patch)
tree1bb45b8e1e3a9b1f197f1347a0f43eb07d69ff1c /moses.lua
parent49aec875a0417c351e5dec2b7bd551e0660e290e (diff)
Bump to 1.6.0
Diffstat (limited to 'moses.lua')
-rw-r--r--moses.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses.lua b/moses.lua
index 0f1110f..0f2b641 100644
--- a/moses.lua
+++ b/moses.lua
@@ -2,10 +2,10 @@
-- @author [Roland Yonaba](http://github.com/Yonaba)
-- @copyright 2012-2017
-- @license [MIT](http://www.opensource.org/licenses/mit-license.php)
--- @release 1.5.1
+-- @release 1.6.0
-- @module moses
-local _MODULEVERSION = '1.5.1'
+local _MODULEVERSION = '1.6.0'
-- Internalisation
local next, type, select, pcall = next, type, select, pcall