diff --git a/README.md b/README.md index fd8b58b..58f6fe8 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,10 @@ Make sure to ensure that the values used here match the values used in the SCSS. ## Change log +`1.1.1` - Feb 2017 + +* Updated `bower.json` version number. + `1.1.0` - Feb 2017 * Added .less version to the library + updated documentation with .less examples. diff --git a/bower.json b/bower.json index ef67579..ea2786b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "DDBreakpoints", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://github.com/DeloitteDigitalAPAC/DDBreakpoints", "authors": [ "Deloitte Digital Australia" ], "description": "Breakpoints SCSS Mixin and JavaScript tool, used to accelerate the development process of responsive pages.", diff --git a/lib/dd.breakpoints.js b/lib/dd.breakpoints.js index b1c1633..06ed2bd 100644 --- a/lib/dd.breakpoints.js +++ b/lib/dd.breakpoints.js @@ -3,7 +3,7 @@ * * @namespace bp * @memberof DD - * @version 1.1.0 + * @version 1.1.1 * @copyright 2012-2017 Deloitte Digital Australia - http://www.deloittedigital.com/au * @author Deloitte Digital Australia deloittedigital@deloitte.com.au * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause) diff --git a/lib/dd.breakpoints.less b/lib/dd.breakpoints.less index b89eb18..999a387 100644 --- a/lib/dd.breakpoints.less +++ b/lib/dd.breakpoints.less @@ -1,7 +1,7 @@ /** * Breakpoints for Less. Works with the Deloitte Digital DD.bp JavaScript * - * @version 1.1.0 + * @version 1.1.1 * @copyright 2012-2017 Deloitte Digital Australia - http://www.deloittedigital.com/au * @author Deloitte Digital Australia deloittedigital@deloitte.com.au * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause) diff --git a/lib/dd.breakpoints.scss b/lib/dd.breakpoints.scss index 10baf32..2c49f02 100644 --- a/lib/dd.breakpoints.scss +++ b/lib/dd.breakpoints.scss @@ -1,7 +1,7 @@ /** * Breakpoints for SCSS. Works with the Deloitte Digital DD.bp JavaScript * - * @version 1.1.0 + * @version 1.1.1 * @copyright 2012-2017 Deloitte Digital Australia - http://www.deloittedigital.com/au * @author Deloitte Digital Australia deloittedigital@deloitte.com.au * @license BSD 3-Clause (http://opensource.org/licenses/BSD-3-Clause)