Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Aug 8, 2015
1 parent cc5d908 commit 96f1184
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,7 +1,7 @@
{
"name": "luaparse",
"description": "A Lua parser in JavaScript",
"version": "0.1.15",
"version": "0.2.0",
"main": "./luaparse.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "luaparse",
"repository": "oxyc/luaparse",
"description": "A Lua parser in JavaScript",
"version": "0.1.15",
"version": "0.2.0",
"keywords": ["ast", "lua", "parser", "parsing"],
"main": "luaparse.js",
"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.15';
exports.version = '0.2.0';

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,6 +1,6 @@
{
"name": "luaparse",
"version": "0.1.15",
"version": "0.2.0",
"description": "A Lua parser in JavaScript",
"keywords": [
"ast",
Expand Down

0 comments on commit 96f1184

Please sign in to comment.