Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Nov 20, 2014
1 parent 326257a commit 91279cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://mths.be/includes v0.2.0 by @mathias */
/*! https://mths.be/includes v1.0.0 by @mathias */
if (!String.prototype.includes) {
(function() {
'use strict'; // needed to support `apply`/`call` with `undefined`/`null`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string.prototype.includes",
"version": "0.0.0",
"version": "1.0.0",
"description": "A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.",
"homepage": "https://mths.be/includes",
"main": "includes.js",
Expand Down

0 comments on commit 91279cb

Please sign in to comment.