Skip to content

Commit 3ca9009

Browse files
committed
Release v0.3.0.
1 parent 3593d4d commit 3ca9009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regjsgen",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Generate regular expressions from regjsparser’s AST.",
55
"homepage": "https://github.com/demoneaux/regjsgen",
66
"main": "regjsgen.js",

regjsgen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* regjsgen 0.2.0
2+
* regjsgen 0.3.0
33
* Copyright 2014-2016 Benjamin Tan <https://demoneaux.github.io/>
44
* Available under MIT license <https://github.com/demoneaux/regjsgen/blob/master/LICENSE>
55
*/

0 commit comments

Comments
 (0)