From 4e30bc218f33c026ed4c4699369631fcae8534a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Sch=C3=B6ldstr=C3=B6m?= Date: Tue, 18 Nov 2014 21:36:47 +0700 Subject: [PATCH] Version 0.1.14 --- bower.json | 2 +- component.json | 2 +- luaparse.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 04829c54..5d16fbc8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "luaparse", - "version": "0.1.13", + "version": "0.1.14", "main": "./luaparse.js", "dependencies": {}, "ignore": [ diff --git a/component.json b/component.json index ea9f0685..3ac5b9fe 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "luaparse", "description": "A Lua parser in JavaScript", - "version": "0.1.13", + "version": "0.1.14", "repo": "oxyc/luaparse", "keywords": ["lua", "parser", "parsing"], "scripts": ["luaparse.js"], diff --git a/luaparse.js b/luaparse.js index 873ef292..bab42638 100644 --- a/luaparse.js +++ b/luaparse.js @@ -47,7 +47,7 @@ }(this, 'luaparse', function (exports) { 'use strict'; - exports.version = '0.1.13'; + exports.version = '0.1.14'; var input, options, length; diff --git a/package.json b/package.json index 585e2393..a6e0aa6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "luaparse", "description": "A Lua parser in JavaScript", - "version": "0.1.13", + "version": "0.1.14", "homepage": "http://oxyc.github.io/luaparse/", "bugs": "https://github.com/oxyc/luaparse/issues", "author": {