diff --git a/history.md b/history.md index fc4d58c..be669a3 100644 --- a/history.md +++ b/history.md @@ -2,5 +2,5 @@ -0.0.0 / 2015-11-18 +1.0.0 / 2015-11-18 ================== diff --git a/index.js b/index.js index 17ed722..3ea1ea5 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module vfile:find-down - * @version 0.0.0 + * @version 1.0.0 * @fileoverview Find one or more files by searching the * file system downwards. */ diff --git a/package.json b/package.json index 4e4226b..2753cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vfile-find-down", - "version": "0.0.0", + "version": "1.0.0", "description": "Find one or more files by searching the file system downwards", "license": "MIT", "keywords": [ diff --git a/test/index.js b/test/index.js index a4a58a3..8b233f9 100644 --- a/test/index.js +++ b/test/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module vfile:find-down - * @version 0.0.0 + * @version 1.0.0 * @fileoverview Test suite for `vfile-find-down`. */