diff --git a/Gemfile.lock b/Gemfile.lock index ce2376c..ecfc682 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbograft (0.4.8) + turbograft (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/turbograft/version.rb b/lib/turbograft/version.rb index 1b48d73..2674c5d 100644 --- a/lib/turbograft/version.rb +++ b/lib/turbograft/version.rb @@ -1,3 +1,3 @@ module TurboGraft - VERSION = '0.4.8' + VERSION = '0.5.0' end