From 5d283ee7aa38dff5a499c3dcedc7ecd517eadb44 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Fri, 24 Nov 2017 19:03:29 -0600 Subject: [PATCH] Update badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a19db2..dde8f6d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Process An async process dispatcher built on the amp concurrency framework -[![Build Status](https://img.shields.io/travis/amphp/process/v0.2.x.svg?style=flat-square)](https://travis-ci.org/amphp/process) -[![Coverage Status](https://img.shields.io/coveralls/amphp/process/v0.2.x.svg?style=flat-square)](https://coveralls.io/github/amphp/process?branch=v0.2.x) -![Stable](https://img.shields.io/badge/v0.2-stable-green.svg?style=flat-square) +[![Build Status](https://img.shields.io/travis/amphp/process/master.svg?style=flat-square)](https://travis-ci.org/amphp/process) +[![Coverage Status](https://img.shields.io/coveralls/amphp/process/master.svg?style=flat-square)](https://coveralls.io/github/amphp/process?branch=master) +[![Semantic Version](https://img.shields.io/github/release/amphp/process.svg?style=flat-square)](http://semver.org) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) ## Installation