From 4012979ba82db8a95db226e27d573a27e9e3597e Mon Sep 17 00:00:00 2001 From: Stefan Duberg Date: Thu, 21 May 2015 12:43:41 +0200 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f202323..bff94ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-find", - "version": "0.1.1", + "version": "1.0.0", "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.", "main": "find.js", "scripts": {