Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Mar 31, 2021
1 parent 6baec08 commit 87aa57e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# XRegExp 5.0.1
# XRegExp 5.0.2

[![Build Status](https://github.com/slevithan/xregexp/workflows/Node.js%20CI/badge.svg)](https://github.com/slevithan/xregexp/actions)

Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "xregexp",
"version": "5.0.1",
"version": "5.0.2",
"description": "Extended regular expressions",
"homepage": "http://xregexp.com/",
"author": "Steven Levithan <steves_list@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/addons/build.js
@@ -1,5 +1,5 @@
/*!
* XRegExp.build 5.0.1
* XRegExp.build 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/matchrecursive.js
@@ -1,5 +1,5 @@
/*!
* XRegExp.matchRecursive 5.0.1
* XRegExp.matchRecursive 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-base.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Base 5.0.1
* XRegExp Unicode Base 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*/
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-categories.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Categories 5.0.1
* XRegExp Unicode Categories 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-properties.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Properties 5.0.1
* XRegExp Unicode Properties 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
2 changes: 1 addition & 1 deletion src/addons/unicode-scripts.js
@@ -1,5 +1,5 @@
/*!
* XRegExp Unicode Scripts 5.0.1
* XRegExp Unicode Scripts 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
Expand Down
4 changes: 2 additions & 2 deletions src/xregexp.js
@@ -1,5 +1,5 @@
/*!
* XRegExp 5.0.1
* XRegExp 5.0.2
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*/
Expand Down Expand Up @@ -646,7 +646,7 @@ XRegExp.prototype = new RegExp();
* @memberOf XRegExp
* @type String
*/
XRegExp.version = '5.0.1';
XRegExp.version = '5.0.2';

// ==--------------------------==
// Public methods
Expand Down

0 comments on commit 87aa57e

Please sign in to comment.