Skip to content

Commit 70e91bc

Browse files
committed
bump up
1 parent e10e670 commit 70e91bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/review/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ReVIEW
2-
VERSION = '3.0.0.preview3'.freeze
2+
VERSION = '3.0.0.preview4'.freeze
33
end

review.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.summary = 'Re:VIEW: a easy-to-use digital publishing system'
1313
gem.description = 'Re:VIEW is a digital publishing system for books and ebooks. It supports InDesign, EPUB and LaTeX.'
1414
gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to? :required_rubygems_version=
15-
gem.date = '2018-10-16'
15+
gem.date = '2018-10-28'
1616

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

0 commit comments

Comments
 (0)