From 17636cac41903783df2b4ddcbcf2da4ffaced08d Mon Sep 17 00:00:00 2001 From: Mark Hayes Date: Fri, 26 Apr 2013 16:56:46 -0700 Subject: [PATCH] update changelog for 4.1.4 and bump version --- Gemfile.lock | 2 +- docs/CHANGELOG.md | 3 +++ lib/foundation/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af611f283..43836d386 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - zurb-foundation (4.1.3) + zurb-foundation (4.1.4) sass (>= 3.2.0) GEM diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c3b7e2ddb..f5a6cc500 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,6 @@ +### 4.1.4- April 26, 2013 +* Fixes invalid Rails generator path + ### 4.1.3- April 25, 2013 * Added _variables.scss, which holds default variables and creates the settings file for the gem diff --git a/lib/foundation/version.rb b/lib/foundation/version.rb index 6b6d59b3d..c2be27be0 100644 --- a/lib/foundation/version.rb +++ b/lib/foundation/version.rb @@ -1,3 +1,3 @@ module Foundation - VERSION = "4.1.3" + VERSION = "4.1.4" end -- 2.47.3