Skip to content

Commit 7b71ba4

Browse files
committed
Tag the v0.4.1 release
1 parent 8f827d7 commit 7b71ba4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsesc",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": "jsesc.js",
55
"ignore": [
66
"bin",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsesc",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible ASCII-only output.",
55
"repo": "mathiasbynens/jsesc",
66
"license": "MIT",

jsesc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! http://mths.be/jsesc v0.4.0 by @mathias */
1+
/*! http://mths.be/jsesc v0.4.1 by @mathias */
22
;(function(root, evil) {
33

44
// Detect free variables `exports`
@@ -220,7 +220,7 @@
220220
return result;
221221
};
222222

223-
jsesc.version = '0.4.0';
223+
jsesc.version = '0.4.1';
224224

225225
/*--------------------------------------------------------------------------*/
226226

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsesc",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
55
"homepage": "http://mths.be/jsesc",
66
"main": "jsesc.js",

0 commit comments

Comments
 (0)