Skip to content

Commit

Permalink
Merge pull request #142 from samvera-labs/rubygems
Browse files Browse the repository at this point in the history
prepare version 0.2.0 for release
  • Loading branch information
Julie Allinson authored Dec 11, 2018
2 parents d8d6bdf + 385d016 commit 263bd2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'solr_wrapper' # necessary for rake_support to work
require 'fcrepo_wrapper' # necessary for rake_support to work
Expand Down
2 changes: 1 addition & 1 deletion lib/dog_biscuits/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DogBiscuits
VERSION = '0.1.0'
VERSION = '0.2.0'
end

0 comments on commit 263bd2e

Please sign in to comment.