From cf8eb8f52b2617ba6f76d61c4551ac65af62da26 Mon Sep 17 00:00:00 2001 From: Felix Wittwer Date: Tue, 24 May 2016 20:56:43 +0200 Subject: [PATCH] Bump version to 0.1.1 and add crates.io badge --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f985411..8cbd144 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anybar" -version = "0.1.0" +version = "0.1.1" authors = ["Felix Wittwer "] description = "A Rust crate to interact with Anybar." diff --git a/README.md b/README.md index 5abadcf..cfd7f98 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar). [![Build Status](https://travis-ci.org/Feliix42/anybar-rs.svg?branch=master)](https://travis-ci.org/Feliix42/anybar-rs) +[![Crates.io](https://img.shields.io/crates/v/anybar.svg)](https://crates.io/crates/anybar) ## Examples