From cf93b9bf65caf4917d0db5c1d6c3da2dcac9ce09 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Wed, 6 Nov 2019 19:12:47 +0100 Subject: [PATCH] prepare for first crate release --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a803a00..be293cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [badges] travis-ci = { repository = "hrkfdn/ncspot", branch = "master" } -maintenance = { status = "experimental" } +maintenance = { status = "actively-developed" } [dependencies] clap = "2.32.0" diff --git a/README.md b/README.md index b5f5b3f..dce97f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ncspot +[![Crates.io](https://img.shields.io/crates/v/ncspot.svg)](https://crates.io/crates/ncspot) [![Gitter](https://badges.gitter.im/ncspot/community.svg)](https://gitter.im/ncspot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.com/hrkfdn/ncspot.svg?token=DoBH2xZ13CfuTfqgEyp7&branch=develop)](https://travis-ci.com/hrkfdn/ncspot)