Skip to content

Commit

Permalink
Version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Nov 18, 2014
1 parent 58d83df commit 4e30bc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luaparse",
"version": "0.1.13",
"version": "0.1.14",
"main": "./luaparse.js",
"dependencies": {},
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion luaparse.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}(this, 'luaparse', function (exports) {
'use strict';

exports.version = '0.1.13';
exports.version = '0.1.14';

var input, options, length;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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:/oxyc/luaparse/issues",
"author": {
Expand Down

0 comments on commit 4e30bc2

Please sign in to comment.