Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump version to Bourbon 4.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Mar 20, 2014
1 parent 55b18a2 commit cb97218
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
bourbon (3.1.6)
sass (>= 3.2.0)
bourbon (4.0.0.rc1)
sass (>= 3.3.0.rc.2)
thor

GEM
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
sass (3.2.9)
sass (3.3.3)
term-ansicolor (1.0.7)
thor (0.18.1)

Expand Down
2 changes: 1 addition & 1 deletion bourbon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ that support only CSS3 prefixed properties.
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency('sass', '>= 3.3.0.rc.2')
s.add_dependency('sass', '~> 3.3')
s.add_dependency('thor')

s.add_development_dependency('aruba', '~> 0.4')
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bourbon",
"homepage": "http://bourbon.io/",
"version": "3.2.0-beta.2",
"version": "4.0.0-rc.1",
"main": "dist/_bourbon.scss",
"ignore": [
"app",
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "3.2.0.beta.2"
VERSION = "4.0.0.rc1"
end

0 comments on commit cb97218

Please sign in to comment.