Skip to content

Commit

Permalink
bump up (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim authored Feb 28, 2019
1 parent 547728a commit 4608fa2
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.0.0'.freeze
VERSION = '3.1.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 = '2018-11-30'
gem.date = '2019-02-28'

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

0 comments on commit 4608fa2

Please sign in to comment.