Lets try pre instead
This commit is contained in:
parent
4bbc225559
commit
971e38dc33
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.0.1' unless const_defined?(:VERSION)
|
||||
VERSION = '3.0.1.pre' unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
|
@ -19,6 +19,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency("middleman-core", Middleman::VERSION)
|
||||
s.add_dependency("middleman-more", Middleman::VERSION)
|
||||
s.add_dependency("middleman-sprockets", Middleman::VERSION)
|
||||
s.add_dependency("middleman-sprockets", "3.0.0")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue