aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-03-31 12:50:15 +1100
committerdaurnimator <quae@daurnimator.com>2018-03-31 12:57:39 +1100
commitcd06f8d388814a1916f2db0814137e519170373c (patch)
tree241986ebc07f8307b67ac9b2583088b2f7117bb8 /src
parent16bbe495d1a0fabfb92ba414e27b1108df3c5b1c (diff)
downloadfengari-cd06f8d388814a1916f2db0814137e519170373c.tar.gz
fengari-cd06f8d388814a1916f2db0814137e519170373c.tar.bz2
fengari-cd06f8d388814a1916f2db0814137e519170373c.zip
Release v0.1.0v0.1.0
Diffstat (limited to 'src')
-rw-r--r--src/fengaricore.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fengaricore.js b/src/fengaricore.js
index 107d2a2..c34b560 100644
--- a/src/fengaricore.js
+++ b/src/fengaricore.js
@@ -9,9 +9,9 @@
const defs = require("./defs.js");
const FENGARI_VERSION_MAJOR = "0";
-const FENGARI_VERSION_MINOR = "0";
-const FENGARI_VERSION_NUM = 0;
-const FENGARI_VERSION_RELEASE = "1";
+const FENGARI_VERSION_MINOR = "1";
+const FENGARI_VERSION_NUM = 1;
+const FENGARI_VERSION_RELEASE = "0";
const FENGARI_VERSION = "Fengari " + FENGARI_VERSION_MAJOR + "." + FENGARI_VERSION_MINOR;
const FENGARI_RELEASE = FENGARI_VERSION + "." + FENGARI_VERSION_RELEASE;
const FENGARI_AUTHORS = "B. Giannangeli, Daurnimator";