Skip to content

Commit cf8eb8f

Browse files
committed
Bump version to 0.1.1 and add crates.io badge
1 parent 51fea6d commit cf8eb8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anybar"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Felix Wittwer <dev@felixwittwer.de>"]
55

66
description = "A Rust crate to interact with Anybar."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar).
44

55
[![Build Status](https://travis-ci.org/Feliix42/anybar-rs.svg?branch=master)](https://travis-ci.org/Feliix42/anybar-rs)
6+
[![Crates.io](https://img.shields.io/crates/v/anybar.svg)](https://crates.io/crates/anybar)
67

78
## Examples
89

0 commit comments

Comments
 (0)