Skip to content

Commit

Permalink
Publish v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Oct 24, 2018
1 parent a2d8823 commit 3e898bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "0.5.0",
"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.4.0
* regjsgen 0.5.0
* Copyright 2014-2018 Benjamin Tan <https://bnjmnt4n.now.sh/>
* Available under MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE>
*/
Expand Down

0 comments on commit 3e898bd

Please sign in to comment.