From 1e176cae5da892c2920abeeaa84feeb12f3c5442 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 13 Feb 2016 18:01:33 +0530 Subject: [PATCH] Bump twice --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba1198b9d88..4797b7b37a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.39" +version = "0.0.41" authors = [ "Manish Goregaokar ", "Andre Bogus ", diff --git a/README.md b/README.md index 44c7cbc50d1..a85d494e029 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #rust-clippy [![Build Status](https://travis-ci.org/Manishearth/rust-clippy.svg?branch=master)](https://travis-ci.org/Manishearth/rust-clippy) [![Current Version](http://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy) -[![License: MIT/Apache](https://img.shields.io/crates/l/clippy.svg)](#License) +[![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#License) A collection of lints to catch common mistakes and improve your Rust code.