diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# unjson [![Hackage version](https://img.shields.io/hackage/v/unjson.svg?label=Hackage)](https://hackage.haskell.org/package/unjson) [![Build Status](https://secure.travis-ci.org/scrive/unjson.svg?branch=master)](http://travis-ci.org/scrive/unjson)
+
+JSON bidirectional parsing and generation with automatic documentation
+support.
diff --git a/unjson.cabal b/unjson.cabal
--- a/unjson.cabal
+++ b/unjson.cabal
@@ -2,17 +2,17 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                unjson
-version:             0.14
+version:             0.14.0.1
 synopsis:            Bidirectional JSON parsing and generation.
 description:         Bidirectional JSON parsing and generation with automatic documentation support.
 license:             BSD3
 license-file:        LICENSE
-author:              Gracjan Polak
-maintainer:          Gracjan Polak <gracjanpolak@gmail.com>, Mikhail Glushenkov <mikhail@scrive.com>
-copyright:           Gracjan Polak
+author:              Scrive AB
+maintainer:          Gracjan Polak <gracjanpolak@gmail.com>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>
+copyright:           Scrive AB
 category:            Data
 build-type:          Simple
--- extra-source-files:
+extra-source-files:  README.md
 cabal-version:       >=1.18
 tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 
