Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Sep 12, 2015
1 parent 69a0d3d commit b93ec05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/middleman-compass/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
module Compass
VERSION = "4.0.0.beta.1.1"
VERSION = "4.0.0.rc.1"
end
end
2 changes: 1 addition & 1 deletion middleman-compass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")
s.require_paths = ["lib"]
s.add_dependency("middleman-core", [">= 4.0.0.beta.1"])
s.add_dependency("middleman-core", [">= 4.0.0.rc.1"])
s.add_dependency('compass', ['>= 1.0.0', '< 2.0.0'])
end

0 comments on commit b93ec05

Please sign in to comment.