From 16369513f1f1c7aac2ea5e555fdf2b8793c4745b Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Mon, 26 Sep 2011 10:08:03 -0400 Subject: [PATCH] Prepare for 1.3.1 --- CHANGELOG.md | 6 ++++++ lib/less/rails/bootstrap/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4016c14..26ac52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +1.3.1 (Sept 26, 2011) +--------------------- + +* Require twipsy before popover [stratequip] + + 1.3.0 (Sept 25, 2011) --------------------- diff --git a/lib/less/rails/bootstrap/version.rb b/lib/less/rails/bootstrap/version.rb index d6f393a..cfe459f 100644 --- a/lib/less/rails/bootstrap/version.rb +++ b/lib/less/rails/bootstrap/version.rb @@ -1,7 +1,7 @@ module Less module Rails module Bootstrap - VERSION = "1.3.0" + VERSION = "1.3.1" end end end