Skip to content

Commit 5fb56c1

Browse files
committed
Bump version to 5.1.1
1 parent 39e4721 commit 5fb56c1

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XRegExp 5.1.0
1+
# XRegExp 5.1.1
22

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xregexp",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Extended regular expressions",
55
"homepage": "http://xregexp.com/",
66
"author": "Steven Levithan <steves_list@hotmail.com>",

src/addons/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp.build 5.1.0
2+
* XRegExp.build 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2012-present MIT License
55
*/

src/addons/matchrecursive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp.matchRecursive 5.1.0
2+
* XRegExp.matchRecursive 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2009-present MIT License
55
*/

src/addons/unicode-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Base 5.1.0
2+
* XRegExp Unicode Base 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2008-present MIT License
55
*/

src/addons/unicode-categories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Categories 5.1.0
2+
* XRegExp Unicode Categories 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2010-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/addons/unicode-properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Properties 5.1.0
2+
* XRegExp Unicode Properties 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2012-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/addons/unicode-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp Unicode Scripts 5.1.0
2+
* XRegExp Unicode Scripts 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2010-present MIT License
55
* Unicode data by Mathias Bynens <mathiasbynens.be>

src/xregexp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* XRegExp 5.1.0
2+
* XRegExp 5.1.1
33
* <xregexp.com>
44
* Steven Levithan (c) 2007-present MIT License
55
*/
@@ -650,7 +650,7 @@ XRegExp.prototype = new RegExp();
650650
* @memberOf XRegExp
651651
* @type String
652652
*/
653-
XRegExp.version = '5.1.0';
653+
XRegExp.version = '5.1.1';
654654

655655
// ==--------------------------==
656656
// Public methods

0 commit comments

Comments
 (0)