Skip to content

Commit

Permalink
Merge pull request #1335 from kmuto/v320
Browse files Browse the repository at this point in the history
bump up
  • Loading branch information
takahashim authored Jun 29, 2019
2 parents 6cefc94 + bc96dea commit 31a6a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/review/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReVIEW
VERSION = '3.1.0'.freeze
VERSION = '3.2.0'.freeze
end
2 changes: 1 addition & 1 deletion review.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Re:VIEW: a easy-to-use digital publishing system'
gem.description = 'Re:VIEW is a digital publishing system for books and ebooks. It supports InDesign, EPUB and LaTeX.'
gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to? :required_rubygems_version=
gem.date = '2019-02-28'
gem.date = '2019-06-29'

gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 31a6a78

Please sign in to comment.