From 08fc279f576f048f451de63a680fdcd1c7f666b8 Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Thu, 7 Apr 2016 08:17:32 -0400 Subject: [PATCH] Bump to v0.0.3 --- shard.yml | 2 +- src/crotest/version.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index fc4a944..c6248f7 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crotest -version: 0.0.2 +version: 0.0.3 authors: - Emiliano Mancuso diff --git a/src/crotest/version.cr b/src/crotest/version.cr index 23be6d7..add6aa7 100644 --- a/src/crotest/version.cr +++ b/src/crotest/version.cr @@ -1,3 +1,3 @@ module Crotest - VERSION = "0.0.2" + VERSION = "0.0.3" end