We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10e670 commit 70e91bcCopy full SHA for 70e91bc
lib/review/version.rb
@@ -1,3 +1,3 @@
1
module ReVIEW
2
- VERSION = '3.0.0.preview3'.freeze
+ VERSION = '3.0.0.preview4'.freeze
3
end
review.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
gem.summary = 'Re:VIEW: a easy-to-use digital publishing system'
13
gem.description = 'Re:VIEW is a digital publishing system for books and ebooks. It supports InDesign, EPUB and LaTeX.'
14
gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to? :required_rubygems_version=
15
- gem.date = '2018-10-16'
+ gem.date = '2018-10-28'
16
17
gem.files = `git ls-files`.split("\n")
18
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
0 commit comments