diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.2.4.0
+0.2.4.1
 -------
 
 - Add summary to <description> (requested by Ido Magal)
diff --git a/gscholar-rss.cabal b/gscholar-rss.cabal
--- a/gscholar-rss.cabal
+++ b/gscholar-rss.cabal
@@ -1,5 +1,5 @@
 name:                gscholar-rss
-version:             0.2.4.0
+version:             0.2.4.1
 synopsis:            scrapes google scholar, provides RSS feed
 description:         A simple Google Scholar scraper, providing RSS/Atom
                      feeds. Check <http://ariis.it/static/articles/gscholar-rss/page.html homepage>
@@ -22,7 +22,7 @@
   main-is:             Main.hs
   build-depends:       base == 4.*,
                        scalpel-core >= 0.5 && < 0.7,
-                       feed >= 1.0.1.0 && < 1.3,
+                       feed >= 1.0.1.0 && < 1.4,
                        text == 1.2.*,
                        http-conduit == 2.3.*,
                        uri == 0.1.*
