From 7443c42ee39c8e8193c16aa7d0a6b17eb1324b88 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 21 Oct 2016 13:53:29 +0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c8262a..bce3fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-timeout", - "version": "0.0.0", + "version": "1.0.0", "description": "Timeout a promise after a specified amount of time", "license": "MIT", "repository": "sindresorhus/p-timeout",