diff --git a/README.md b/README.md index a74d2a5..77d781c 100644 --- a/README.md +++ b/README.md @@ -1741,6 +1741,14 @@ They key part of the above code is `_modules['grid']['breakpoints'][value]`, whi ## Changelog +#### Version 3.4.1 + +Released: 21st October 2016 + +###### Release Notes + +* fixing issue with commit hash used in bower install + #### Version 3.4.0 Released: 21st October 2016 diff --git a/bower.json b/bower.json index 3626c89..ac11c8e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Synergy", - "version": "3.4.0", + "version": "3.4.1", "description": "A library of Sass mixins for architecting modular, configurable and scalable CSS.", "main": [ "src/scss/_synergy.scss", diff --git a/package.json b/package.json index 0c57dd8..e2a78fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Synergy", - "version": "3.4.0", + "version": "3.4.1", "description": "A front-end framework for building modular, configurable and scalable projects.", "keywords": [ "sass",