diff --git a/Gemfile.lock b/Gemfile.lock index 2bdd194f..311c52c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-erd (1.0.0) + rails-erd (1.1.0) activerecord (>= 3.0) activesupport (>= 3.0) choice (~> 0.1.6) diff --git a/lib/rails_erd/version.rb b/lib/rails_erd/version.rb index 9964e574..d149bb85 100644 --- a/lib/rails_erd/version.rb +++ b/lib/rails_erd/version.rb @@ -1,4 +1,4 @@ module RailsERD - VERSION = "1.0.0" + VERSION = "1.1.0" BANNER = "RailsERD #{VERSION}" end