From dc5e632827f8c90820fd0429f9d64a12a3be61e0 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Thu, 5 May 2016 09:44:08 -0500 Subject: [PATCH] bump for release. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54a469d9..936f2b11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# archiver-utils v1.1.0 [![Build Status](https://travis-ci.org/archiverjs/archiver-utils.svg?branch=master)](https://travis-ci.org/archiverjs/archiver-utils) [![Build status](https://ci.appveyor.com/api/projects/status/7254ojgmlglhqbed/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/archiver-utils/branch/master) +# archiver-utils v1.2.0 [![Build Status](https://travis-ci.org/archiverjs/archiver-utils.svg?branch=master)](https://travis-ci.org/archiverjs/archiver-utils) [![Build status](https://ci.appveyor.com/api/projects/status/7254ojgmlglhqbed/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/archiver-utils/branch/master) ## Things of Interest diff --git a/package.json b/package.json index f82972f8..9cfd43df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archiver-utils", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "description": "utility functions for archiver", "homepage": "https://github.com/archiverjs/archiver-utils",