diff --git a/json-ast-json-encoder.cabal b/json-ast-json-encoder.cabal
--- a/json-ast-json-encoder.cabal
+++ b/json-ast-json-encoder.cabal
@@ -1,7 +1,7 @@
 name:
   json-ast-json-encoder
 version:
-  0.1
+  0.1.1
 synopsis:
   Encoders of JSON AST
 homepage:
@@ -35,7 +35,7 @@
   hs-source-dirs:
     library
   default-extensions:
-    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, 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, DeriveGeneric, DeriveTraversable, 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
   other-modules:
@@ -46,7 +46,7 @@
     json-encoder >= 0.1.7 && < 0.2,
     json-ast >= 0.3 && < 0.4,
     -- data:
-    vector >= 0.10 && < 0.12,
+    vector >= 0.10 && < 0.13,
     unordered-containers >= 0.2 && < 0.3,
     text >= 1 && < 2,
     scientific >= 0.3 && < 0.4,
