From 13da7b2cd11fd6ea954c1d0145490586411700a4 Mon Sep 17 00:00:00 2001 From: Onur Aslan Date: Thu, 12 Oct 2017 16:20:20 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 241337cc3..526b68816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cratesfyi" -version = "0.4.1" +version = "0.4.2" dependencies = [ "badge 0.1.1", "cargo 0.20.0 (git+https://github.com/onur/cargo.git?branch=docs.rs)", diff --git a/Cargo.toml b/Cargo.toml index 17feb9a0e..e4273f8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cratesfyi" -version = "0.4.1" +version = "0.4.2" authors = ["Onur Aslan "] readme = "README.md" license = "MIT"