diff --git a/Gemfile b/Gemfile index 2404089..6be3ed1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source 'https://rubygems.org' -gem 'collectionspace-client', tag: 'v0.8.0', git: 'https://github.com/collectionspace/collectionspace-client.git' +gem 'collectionspace-client', tag: 'v0.9.0', git: 'https://github.com/collectionspace/collectionspace-client.git' gemspec diff --git a/lib/collectionspace/refcache/version.rb b/lib/collectionspace/refcache/version.rb index 6b142d5..437ba00 100644 --- a/lib/collectionspace/refcache/version.rb +++ b/lib/collectionspace/refcache/version.rb @@ -2,6 +2,6 @@ module CollectionSpace class RefCache - VERSION = '0.7.4' + VERSION = '0.7.5' end end