Skip to content

Commit

Permalink
Publish v0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed May 24, 2020
1 parent c0cb69b commit 813c5d1
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.5.1",
"version": "0.5.2",
"description": "Generate regular expressions from regjsparser’s AST.",
"homepage": "https://github.com/bnjmnt4n/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.5.1
* regjsgen 0.5.2
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
*/
Expand Down

0 comments on commit 813c5d1

Please sign in to comment.