diff --git a/json-pointer-aeson.cabal b/json-pointer-aeson.cabal
--- a/json-pointer-aeson.cabal
+++ b/json-pointer-aeson.cabal
@@ -1,7 +1,7 @@
 name:
   json-pointer-aeson
 version:
-  0.1
+  0.1.1
 synopsis:
   Integration layer for "json-pointer" and "aeson"
 homepage:
@@ -35,14 +35,14 @@
   hs-source-dirs:
     library
   default-extensions:
-    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveTraversable, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
+    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveTraversable, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
   default-language:
     Haskell2010
   exposed-modules:
     JSONPointer.Aeson.Interpreter
   build-depends:
     json-pointer >= 0.1 && < 0.2,
-    aeson >= 0.8 && < 0.12,
+    aeson >= 0.8 && < 2,
     unordered-containers >= 0.2 && < 0.3,
     vector >= 0.11 && < 0.12,
     base-prelude < 2
