From e5e2eed59097f9af81a4902b3ff958ff7bbe4c88 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 13 Mar 2018 09:23:34 +0100 Subject: [PATCH] Release v6.4.3.0 ### Major changes: * Upgrade to Foundation `v6.4.3` (#254, @chrisfinne) * Add Autoprefixer (#255, @bassjobsen) ### Bug fixes: * Fix issue with smoothScroll import order (#236 @MicahBrown) * Add missing SCSS components to template (#237 @patricklindsay) * Prevent Sass depreciation (#252, @michsch) ### Cleaning: * Remove old Foundation files (#251 @jessedoyle) ### See also: * Foundation 6.4.3 release notes: https://github.com/zurb/foundation-sites/releases/tag/v6.4.3 * Foundation 6.4.2 release notes: https://github.com/zurb/foundation-sites/releases/tag/v6.4.2 --- lib/foundation/rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foundation/rails/version.rb b/lib/foundation/rails/version.rb index abbda84f..7e3653b3 100644 --- a/lib/foundation/rails/version.rb +++ b/lib/foundation/rails/version.rb @@ -1,5 +1,5 @@ module Foundation module Rails - VERSION = "6.4.3" + VERSION = "6.4.3.0" end end