diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-31 12:50:15 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-31 12:57:39 +1100 |
commit | cd06f8d388814a1916f2db0814137e519170373c (patch) | |
tree | 241986ebc07f8307b67ac9b2583088b2f7117bb8 /package.json | |
parent | 16bbe495d1a0fabfb92ba414e27b1108df3c5b1c (diff) | |
download | fengari-cd06f8d388814a1916f2db0814137e519170373c.tar.gz fengari-cd06f8d388814a1916f2db0814137e519170373c.tar.bz2 fengari-cd06f8d388814a1916f2db0814137e519170373c.zip |
Release v0.1.0v0.1.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 25c60b8..7f645e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fengari", - "version": "0.0.1", + "version": "0.1.0", "description": "A Lua VM written in JS ES6 targeting the browser", "main": "src/fengari.js", "directories": { |