diff --git a/Gemfile.lock b/Gemfile.lock index 4e1c6b0..96af39a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-rome (0.6.0) + cocoapods-rome (0.7.0) cocoapods (>= 1.1.0.beta.1, < 2.0) fourflusher (~> 1.0.0) diff --git a/lib/cocoapods-rome/gem_version.rb b/lib/cocoapods-rome/gem_version.rb index 99e5c9f..1017745 100644 --- a/lib/cocoapods-rome/gem_version.rb +++ b/lib/cocoapods-rome/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsRome - VERSION = "0.6.0" + VERSION = "0.7.0" end