diff --git a/handa-opengl.cabal b/handa-opengl.cabal
--- a/handa-opengl.cabal
+++ b/handa-opengl.cabal
@@ -1,5 +1,5 @@
 name:                handa-opengl
-version:             0.1.13.0
+version:             0.1.13.1
 synopsis:            Utility functions for OpenGL and GLUT
 description:         This is a collection of miscellaneous utility functions for OpenGL and GLUT.
 
@@ -12,18 +12,18 @@
 build-type:          Simple
 cabal-version:       >= 1.10
 stability:           Stable
-homepage:            https://bitbucket.org/bwbush/handa-opengl
+homepage:            https://bitbucket.org/functionally/handa-opengl
 bug-reports:         https://bwbush.atlassian.net/projects/HOGL/issues/
-package-url:         https://bitbucket.org/bwbush/handa-opengl/downloads/handa-opengl-0.1.13.0.tar.gz
+package-url:         https://bitbucket.org/functionally/handa-opengl/downloads/handa-opengl-0.1.13.1.tar.gz
 
 extra-source-files:  ReadMe.md
 
 source-repository head
   type: git
-  location: https://bwbush@bitbucket.org/bwbush/handa-opengl.git
+  location: https://bitbucket.org/functionally/handa-opengl.git
  
 library
-  build-depends:    base               >= 4.8.1 && < 5
+  build-depends:    base               >= 4.8 && < 5
                ,    aeson              >= 0.10
                ,    array              >= 0.5.1.0
                ,    binary             >= 0.7.5
