From ac3a54c73534bdd68167790e2d12003186293f3d Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Fri, 6 May 2016 10:05:08 -0300 Subject: [PATCH] Bump to v0.1.0 --- shard.yml | 2 +- src/crotest/version.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index c6248f7..93d9f0e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crotest -version: 0.0.3 +version: 0.1.0 authors: - Emiliano Mancuso diff --git a/src/crotest/version.cr b/src/crotest/version.cr index add6aa7..7a0393d 100644 --- a/src/crotest/version.cr +++ b/src/crotest/version.cr @@ -1,3 +1,3 @@ module Crotest - VERSION = "0.0.3" + VERSION = "0.1.0" end