Skip to content

Commit

Permalink
Merge pull request #1214 from kmuto/300rc1
Browse files Browse the repository at this point in the history
3.0.0.rc1
  • Loading branch information
takahashim authored Nov 21, 2018
2 parents ac4469b + 77a4715 commit dae3040
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.preview4'.freeze
VERSION = '3.0.0.rc1'.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-10-28'
gem.date = '2018-11-22'

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

0 comments on commit dae3040

Please sign in to comment.