diff --git a/app/assets/stylesheets/_bourbon.scss b/app/assets/stylesheets/_bourbon.scss index 11837d22e..c7476673a 100644 --- a/app/assets/stylesheets/_bourbon.scss +++ b/app/assets/stylesheets/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 4.1.0.pre +// Bourbon 4.1.0 // http://bourbon.io // Copyright 2011-2014 thoughtbot, inc. // MIT License diff --git a/bower.json b/bower.json index 67abd65b6..fca1d4df5 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bourbon", "description": "A simple and lightweight mixin library for Sass.", - "version": "4.1.0.pre", + "version": "4.1.0", "main": "app/assets/stylesheets/_bourbon.scss", "license": "MIT", "ignore": [ diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 859c1fc9f..e6a9e5c2b 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "4.1.0.pre" + VERSION = "4.1.0" end diff --git a/package.json b/package.json index e11656852..866ea7f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bourbon", - "version": "4.1.0.pre", + "version": "4.1.0", "description": "A simple and lightweight mixin library for Sass.", "keywords": [ "css",