diff --git a/lib/geo_works/version.rb b/lib/geo_works/version.rb index 5d9c800..c779686 100644 --- a/lib/geo_works/version.rb +++ b/lib/geo_works/version.rb @@ -1,3 +1,3 @@ module GeoWorks - VERSION = "0.3.4".freeze + VERSION = "0.1.0".freeze end diff --git a/template.rb b/template.rb index b0482ea..ac96f03 100644 --- a/template.rb +++ b/template.rb @@ -1,4 +1,4 @@ -gem 'hyrax', '0.0.1.alpha' +gem 'hyrax', '1.0.1' gem 'geo_works' run 'bundle install'