From 9273ae6f90a6e9e4ca8915d93e6f0245ff852367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baptiste=20=22Talus=22=20Clavi=C3=A9?= Date: Fri, 15 Nov 2013 18:19:27 +0100 Subject: [PATCH] Release 1.2.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7334e3..4a29307 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ Totem ===== +[![Build Status](https://travis-ci.org/Taluu/Totem.png?branch=develop)](https://travis-ci.org/Taluu/Totem) +[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/Taluu/Totem/badges/quality-score.png?s=b71f67e353a379e19b651697285ffed18d6f1554)](https://scrutinizer-ci.com/g/Taluu/Totem/) +[![Code Coverage](https://scrutinizer-ci.com/g/Taluu/Totem/badges/coverage.png?s=526dc791403caf731f6abb78d713291c68cf8446)](https://scrutinizer-ci.com/g/Taluu/Totem/) + Changeset calculator between two state of a data. Compatible PHP >= 5.4 @@ -38,7 +42,7 @@ You have multiple ways to install Totem. If you are unsure what to do, go with { "require": { - "taluu/totem": "~1.1.0" + "taluu/totem": "~1.2.0" } } ```