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

Commit 01acda3

Browse files
author
Tyson Gach
committed
Bourbon v5.0.0.alpha.0
1 parent 089ea52 commit 01acda3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bourbon",
33
"description": "A simple and lightweight mixin library for Sass.",
4-
"version": "4.2.4",
4+
"version": "5.0.0.alpha.0",
55
"main": "core/_bourbon.scss",
66
"license": "MIT",
77
"ignore": [

core/_bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon
1+
// Bourbon 5.0.0.alpha.0
22
// http://bourbon.io
33
// Copyright 2011-2015 thoughtbot, inc.
44
// MIT License

lib/bourbon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bourbon
2-
VERSION = "4.2.4"
2+
VERSION = "5.0.0.alpha.0"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bourbon",
3-
"version": "4.2.4",
3+
"version": "5.0.0.alpha.0",
44
"description": "A simple and lightweight mixin library for Sass.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)