diff --git a/HipmunkPlayground.cabal b/HipmunkPlayground.cabal
--- a/HipmunkPlayground.cabal
+++ b/HipmunkPlayground.cabal
@@ -3,7 +3,7 @@
 Tested-With:   GHC
 Category:      Physics, Game
 Name:          HipmunkPlayground
-Version:       5.2.0.1
+Version:       5.2.0.2
 Stability:     provisional
 License:       OtherLicense
 License-File:  LICENSE
@@ -11,9 +11,14 @@
 Author:        Felipe A. Lessa <felipe.lessa@gmail.com>
 Maintainer:    Felipe A. Lessa <felipe.lessa@gmail.com>
 Synopsis:      A playground for testing Hipmunk.
+Homepage:      http://patch-tag.com/r/felipe/hipmunkplayground/home
 Description:
       This is a simple OpenGL program that allows you to see
       some of Hipmunk's functions in action.
+      .
+      New in version 5.2.0.2:
+      .
+      * Add repo URL to cabal file.
       .
       New in version 5.2.0.1:
       .
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 5.2.0.2
+===============
+ - Add repo URL to cabal file.
+
 Version 5.2.0.1
 ===============
  - Show collision points.
