From e46adabe50885ce6c233145a1442202a5b8e67d7 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Tue, 17 Dec 2013 10:28:20 -0500 Subject: [PATCH] Version bump --- bower.json | 2 +- lib/breakpoint.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 50ecfcf..b3fc5b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "compass-breakpoint", - "version": "2.3.1", + "version": "2.4.0", "main": "stylesheets/_breakpoint.scss", "ignore": [ "**/.*", diff --git a/lib/breakpoint.rb b/lib/breakpoint.rb index b77635b..3768703 100644 --- a/lib/breakpoint.rb +++ b/lib/breakpoint.rb @@ -4,6 +4,6 @@ Compass::Frameworks.register("breakpoint", :path => "#{File.dirname(__FILE__)}/..") module Breakpoint - VERSION = "2.3.2" - DATE = "2013-12-16" + VERSION = "2.4.0" + DATE = "2013-12-17" end