Bump version

This commit is contained in:
Brandon Robins
2017-12-31 16:58:25 -06:00
parent 2b264bdc19
commit 8df996ce5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
calligraphy (0.2.1) calligraphy (0.3.0)
rails (~> 5.0) rails (~> 5.0)
GEM GEM

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Calligraphy module Calligraphy
VERSION = '0.2.1' VERSION = '0.3.0'
end end