From 4e9e051caaf76e2c76aaa79c2463409a8280265f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 7 Feb 2020 20:45:09 +0100 Subject: [PATCH] Fix crates.io link in `README` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb636769..10992ad4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Iced [![Test Status](https://github.com/hecrj/iced/workflows/Test/badge.svg?event=push)](https://github.com/hecrj/iced/actions) [![Documentation](https://docs.rs/iced/badge.svg)][documentation] -[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced) +[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced/0.1.0-beta) [![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE) [![project chat](https://img.shields.io/badge/chat-on_zulip-brightgreen.svg)](https://iced.zulipchat.com)