From be344f39b65f06b6ce9bcb980336a3996ba5d15b Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 11 Feb 2015 09:45:34 -0500 Subject: [PATCH] 1.2.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a914533..fa017ad 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ Released under the MIT license *** -_This file was generated by [verb](https://github.com/assemble/verb) on February 10, 2015._ +_This file was generated by [verb](https://github.com/assemble/verb) on February 11, 2015._ diff --git a/package.json b/package.json index dd655aa..5363c4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-glob", "description": "Parse a glob pattern into an object of path parts.", - "version": "1.1.0", + "version": "1.2.0", "homepage": "https://github.com/jonschlinkert/parse-glob", "author": { "name": "Jon Schlinkert",