Skip to content

Commit f9ad0fd

Browse files
josephfrazierslevithan
authored andcommitted
Update version to 4.0.0
1 parent 9dc86a7 commit f9ad0fd

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

README.md

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

33
[![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp)
44

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": "3.2.0-next",
3+
"version": "4.0.0",
44
"description": "Extended regular expressions",
55
"homepage": "http://xregexp.com/",
66
"author": "Steven Levithan <[email protected]>",

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 3.2.0-next
2+
* XRegExp.build 4.0.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2012-2017 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 3.2.0-next
2+
* XRegExp.matchRecursive 4.0.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2009-2017 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 3.2.0-next
2+
* XRegExp Unicode Base 4.0.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2008-2017 MIT License
55
*/

src/addons/unicode-blocks.js

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

src/addons/unicode-categories.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/addons/unicode-properties.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 3.2.0-next
2+
* XRegExp Unicode Scripts 4.0.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2010-2017 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 3.2.0-next
2+
* XRegExp 4.0.0
33
* <xregexp.com>
44
* Steven Levithan (c) 2007-2017 MIT License
55
*/
@@ -625,7 +625,7 @@ XRegExp.prototype = new RegExp();
625625
* @memberOf XRegExp
626626
* @type String
627627
*/
628-
XRegExp.version = '3.2.0-next';
628+
XRegExp.version = '4.0.0';
629629

630630
// ==--------------------------==
631631
// Public methods

0 commit comments

Comments
 (0)