diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
 ** How To install :
 
-1) go to the extracted directory "snake-game-1.0"
+1) go to the extracted directory "snake-game-1.1"
 
 2) on terminal , fire the following commands :
       $ sudo runhaskell Setup.hs configure
diff --git a/snake-game.cabal b/snake-game.cabal
--- a/snake-game.cabal
+++ b/snake-game.cabal
@@ -10,7 +10,7 @@
   Ofcourse, since snake is blind, player have to help the snake in providing proper directions so that snake will eat maximum boxes. 
   The games finishes when Snake swallows itself(i.e. when player gives wrong directions to the snake).
 
-version: 1.0
+version: 1.1
 license: BSD3
 license-file: LICENSE
 maintainer: Akash Fulchand Jagdhane <akashjagdhane@gmail.com>
@@ -19,7 +19,7 @@
 category: Game
 extra-source-files: README.txt
 library
-  build-depends: base >=2 && < 4, GLUT, OpenGL , random 
+  build-depends: base >=2 && < 5, OpenGL , random 
   exposed-modules:
     SnakeGame.Game
     SnakeGame.Idle
