diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,11 +1,6 @@
 lens-aeson
 ==========
 
-DEPRECATED
-==========
-
-This project has been deprecated and moved into Lens 4!
-
 [![Build Status](https://secure.travis-ci.org/lens/lens-aeson.png)](http://travis-ci.org/lens/lens-aeson)
 
 The goal of `lens-aeson` is to provide traversals and prisms for
diff --git a/lens-aeson.cabal b/lens-aeson.cabal
--- a/lens-aeson.cabal
+++ b/lens-aeson.cabal
@@ -1,6 +1,6 @@
 name:          lens-aeson
 category:      Numeric
-version:       1
+version:       1.0.0.1
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -45,7 +45,7 @@
   build-depends:
     base                 >= 4.5       && < 5,
     lens                 >= 4.4       && < 4.5,
-    text                 >= 0.11.1.10 && < 1.2,
+    text                 >= 0.11.1.10 && < 1.3,
     vector               >= 0.9       && < 0.11,
     unordered-containers >= 0.2.3     && < 0.3,
     attoparsec           >= 0.10      && < 0.13,
