From 935eef3ac47ecfb1de9190ca634fbd2fbd74f66b Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Sun, 21 Feb 2016 09:46:21 -0500 Subject: [PATCH] Release v2.7.0 --- lib/breakpoint.rb | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/breakpoint.rb b/lib/breakpoint.rb index 8033385..000453e 100644 --- a/lib/breakpoint.rb +++ b/lib/breakpoint.rb @@ -12,6 +12,6 @@ end module Breakpoint - VERSION = "2.6.1" - DATE = "2015-05-27" + VERSION = "2.7.0" + DATE = "2016-02-21" end diff --git a/package.json b/package.json index db143d6..016de4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breakpoint-sass", - "version": "2.6.1", + "version": "2.7.0", "description": "Really Simple Media Queries with Sass", "main": "stylesheets/_breakpoint.scss", "eyeglass": {