Skip to content

Commit

Permalink
Release v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jun 1, 2016
1 parent 3593d4d commit 3ca9009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regjsgen",
"version": "0.2.0",
"version": "0.3.0",
"description": "Generate regular expressions from regjsparser’s AST.",
"homepage": "https://github.com/demoneaux/regjsgen",
"main": "regjsgen.js",
Expand Down
2 changes: 1 addition & 1 deletion regjsgen.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* regjsgen 0.2.0
* regjsgen 0.3.0
* Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
* Available under MIT license <https://github.com/demoneaux/regjsgen/blob/master/LICENSE>
*/
Expand Down

0 comments on commit 3ca9009

Please sign in to comment.