From c83dc9299d31b39b70ac539bcae388d13d3aef9b Mon Sep 17 00:00:00 2001 From: Jacob Meacham Date: Wed, 3 Jun 2015 12:43:55 -0700 Subject: [PATCH] Release 0.1.3. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c283a4..b10398c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # grunt-lcov-merge -[![Build Status](https://travis-ci.org/jacob-meacham/grunt-lcov-merge.svg?branch=develop)](https://travis-ci.org/jacob-meacham/grunt-lcov-merge) +[![Build Status](https://travis-ci.org/jacob-meacham/grunt-lcov-merge.svg?branch=master)](https://travis-ci.org/jacob-meacham/grunt-lcov-merge) [![npm version](https://badge.fury.io/js/grunt-lcov-merge.svg)](http://badge.fury.io/js/grunt-lcov-merge) -[![Coverage Status](https://coveralls.io/repos/jacob-meacham/grunt-lcov-merge/badge.svg?branch=develop)](https://coveralls.io/r/jacob-meacham/grunt-lcov-merge?branch=develop) +[![Coverage Status](https://coveralls.io/repos/jacob-meacham/grunt-lcov-merge/badge.svg?branch=master)](https://coveralls.io/r/jacob-meacham/grunt-lcov-merge?branch=master) [![Code Climate](https://codeclimate.com/github/jacob-meacham/grunt-lcov-merge/badges/gpa.svg)](https://codeclimate.com/github/jacob-meacham/grunt-lcov-merge) [![Dependency Status](https://www.versioneye.com/user/projects/54cbfc3cde7924f81a0001e4/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54cbfc3cde7924f81a0001e4) diff --git a/package.json b/package.json index fc74a81..bd19b87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-lcov-merge", "description": "Grunt plugin to merge lcov files from multiple test runs.", - "version": "0.1.2", + "version": "0.1.3", "keywords": [ "gruntplugin", "lcov",