Skip to content

Commit 87098c5

Browse files
committed
Tag the v0.2.0 release
1 parent 3d1f3be commit 87098c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codepointat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! http://mths.be/codepointat v0.1.0 by @mathias */
1+
/*! http://mths.be/codepointat v0.2.0 by @mathias */
22
if (!String.prototype.codePointAt) {
33
(function() {
44
'use strict'; // needed to support `apply`/`call` with `undefined`/`null`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string.prototype.codepointat",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.",
55
"homepage": "http://mths.be/codepointat",
66
"main": "codepointat.js",

0 commit comments

Comments
 (0)