Skip to content

Commit

Permalink
Bourbon v5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Feb 10, 2016
1 parent 9f23531 commit bf817f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "bourbon",
"description": "A simple and lightweight mixin library for Sass.",
"version": "5.0.0.alpha.0",
"version": "5.0.0-beta.1",
"main": "core/_bourbon.scss",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion core/_bourbon.scss
@@ -1,4 +1,4 @@
// Bourbon 5.0.0.alpha.0
// Bourbon 5.0.0-beta.1
// http://bourbon.io
// Copyright 2011 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.0.alpha.0"
VERSION = "5.0.0.beta.1"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bourbon",
"version": "5.0.0-alpha.0",
"version": "5.0.0-beta.1",
"description": "A simple and lightweight mixin library for Sass.",
"keywords": [
"css",
Expand Down

0 comments on commit bf817f9

Please sign in to comment.