From 8df996ce5d44567aab4560753972262fb81048e3 Mon Sep 17 00:00:00 2001 From: Brandon Robins Date: Sun, 31 Dec 2017 16:58:25 -0600 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/calligraphy/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6084225..9928ea8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - calligraphy (0.2.1) + calligraphy (0.3.0) rails (~> 5.0) GEM diff --git a/lib/calligraphy/version.rb b/lib/calligraphy/version.rb index c51aa89..0dd029a 100644 --- a/lib/calligraphy/version.rb +++ b/lib/calligraphy/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Calligraphy - VERSION = '0.2.1' + VERSION = '0.3.0' end