From 107003ff3aadebc7957c4360be03b87902d343b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 5 Aug 2022 00:19:49 +0200 Subject: [PATCH] chore: Bump to 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca2daff..5a7bbd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "godsays" -version = "0.1.3" +version = "0.1.4" dependencies = [ "fastrand", "hyper", diff --git a/Cargo.toml b/Cargo.toml index fa819b5..fb1299b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godsays" -version = "0.1.3" +version = "0.1.4" description = "Rust port of the programmer Terry Davis' (RIP) \"god says\" program" authors = ["Orhun Parmaksız "] license = "MIT"