From 91279cb46f7070dd32fc8bad0215d77dfc58d10e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 20 Nov 2014 09:26:03 +0100 Subject: [PATCH] Release v1.0.0 --- includes.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes.js b/includes.js index ca930e1..ffd41b2 100644 --- a/includes.js +++ b/includes.js @@ -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` diff --git a/package.json b/package.json index a1da038..9d733ca 100644 --- a/package.json +++ b/package.json @@ -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",