diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
 ===============
 Haskell PDB file format parser - example scripts.
 
-[![Build Status](https://api.travis-ci.org/mgajda/hPDB-examples.png?branch=master)](https://www.travis-ci.org/mgajda/hPDB-examples)
+[![Build Status](https://api.travis-ci.org/mgajda/hPDB-examples.png?branch=master)](https://travis-ci.org/mgajda/hPDB-examples)
 
 Details on official releases are on [Hackage](http://hackage.haskell.org/package/hPDB-examples).
diff --git a/examples/PDB2Fasta.hs b/examples/PDB2Fasta.hs
--- a/examples/PDB2Fasta.hs
+++ b/examples/PDB2Fasta.hs
@@ -20,7 +20,7 @@
         do prg <- getProgName
            Prelude.putStrLn $ usageInfo prg options
 
-showVersion = Prelude.putStrLn "Version 0.1" -- TODO: extract version from CABAL declaration
+showVersion = Prelude.putStrLn "Version 0.1.1" -- TODO: extract version from CABAL declaration
 
 exitAfter function exitCode _ =
   do function
diff --git a/hPDB-examples.cabal b/hPDB-examples.cabal
--- a/hPDB-examples.cabal
+++ b/hPDB-examples.cabal
@@ -1,7 +1,7 @@
 name:                hPDB-examples
-version:             0.9999
+version:             1.0
 synopsis:            Examples for hPDB library
-stability:           beta
+stability:           stable
 homepage:            https://github.com/mgajda/hpdb-examples
 package-url:         http://hackage.haskell.org/package/hPDB
 description:         Examples for handling Protein Data Bank file format.
