From 22ad631976d5d89493ea56ba35d82e2572dcc29d Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Mon, 23 May 2011 09:24:06 -0700 Subject: [PATCH] Version bump to 0.4.1 --- CHANGES | 5 +++++ lib/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index bdc8097e..081a3868 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +## 0.4.1 + + * Fix reported line numbers when using new Erubis parser + (Mostly affects Rails 3 apps) + ## 0.4.0 * Handle Rails XSS protection properly diff --git a/lib/version.rb b/lib/version.rb index 157e9388..d13e878b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1 +1 @@ -Version = "0.4.0" +Version = "0.4.1" -- GitLab