From 5ca21d12f38fde37ba377f2247ee4cecc37e6a0e Mon Sep 17 00:00:00 2001 From: Esteban Arango Medina Date: Sat, 12 Jul 2014 17:26:05 -0500 Subject: [PATCH] History and version --- HISTORY.md | 4 ++++ lib/bootswatch-rails/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e82094d..b4fb17d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.2.0 (2014-07-12) + +* Update all themes to current bootswatch versions (3.2.0) + ## 3.0.0 (2013-10-17) * Update all themes to current bootswatch versions (3.0.0) diff --git a/lib/bootswatch-rails/version.rb b/lib/bootswatch-rails/version.rb index 9b68b66..268c156 100644 --- a/lib/bootswatch-rails/version.rb +++ b/lib/bootswatch-rails/version.rb @@ -1,5 +1,5 @@ module Bootswatch module Rails - VERSION = '3.1.1.1' + VERSION = '3.2.0' end end