aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-04-22 20:34:29 +1000
committerdaurnimator <quae@daurnimator.com>2018-04-23 00:00:13 +1000
commitc60a1cbc5f76a147e74135add574a6a5d63eba7b (patch)
tree8070fb9c17f88a35f25b6f31b9ee027073e25fc1 /src
parent3e31a33728f0eba63184c6cb0678fe3af3e8e08e (diff)
downloadfengari-c60a1cbc5f76a147e74135add574a6a5d63eba7b.tar.gz
fengari-c60a1cbc5f76a147e74135add574a6a5d63eba7b.tar.bz2
fengari-c60a1cbc5f76a147e74135add574a6a5d63eba7b.zip
Release v0.1.2v0.1.2
Diffstat (limited to 'src')
-rw-r--r--src/fengaricore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fengaricore.js b/src/fengaricore.js
index 1335ba8..70466e8 100644
--- a/src/fengaricore.js
+++ b/src/fengaricore.js
@@ -11,7 +11,7 @@ const defs = require("./defs.js");
const FENGARI_VERSION_MAJOR = "0";
const FENGARI_VERSION_MINOR = "1";
const FENGARI_VERSION_NUM = 1;
-const FENGARI_VERSION_RELEASE = "1";
+const FENGARI_VERSION_RELEASE = "2";
const FENGARI_VERSION = "Fengari " + FENGARI_VERSION_MAJOR + "." + FENGARI_VERSION_MINOR;
const FENGARI_RELEASE = FENGARI_VERSION + "." + FENGARI_VERSION_RELEASE;
const FENGARI_AUTHORS = "B. Giannangeli, Daurnimator";