diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,9 @@
 # Revision history for hbf
 
-## 0.1.0.0 -- 2018-06-23
+## 0.1.0.0 -- 2018-06-25
 
-* First version.
-** Compiler working.
-** VM working.
+First version. Compiler working. VM working.
+
+## 0.1.0.0 -- 2018-06-25
+
+Minor changes to README and metadata
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# HBF [![Build Status](https://travis-ci.org/paraseba/hbf.svg?branch=master)](https://travis-ci.org/paraseba/hbf)
+# HBF [![Build Status](https://travis-ci.org/paraseba/hbf.svg?branch=master)](https://travis-ci.org/paraseba/hbf) [![Hackage](https://img.shields.io/hackage/v/hbf.svg)](https://hackage.haskell.org/package/hbf)
+
+
 
 An unoptimized Brainfuck optimizing compiler and evaluator.
 
diff --git a/hbf.cabal b/hbf.cabal
--- a/hbf.cabal
+++ b/hbf.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 52d387cac5e4409ba9bbc2b21b18ab93084d896c2ca023d84c601d76dc628a8f
+-- hash: 2e87a5cd02b71c60a1afaedd80f0d5c77071e5f883c57143f3d73b46e3de20fa
 
 name:                hbf
-version:             0.1.0.0
+version:             0.1.0.1
 cabal-version:       >= 1.10
 build-type:          Simple
 license:             GPL-3
@@ -16,8 +16,8 @@
 copyright:           Sebastian Galkin, 2018
 synopsis:            An optimizing Brainfuck compiler and evaluator
 description:         hbf is a compiler and executor of Brainfuck programs. It provides two executables: @hbfc@ the Brainfuck compiler, and @hbf@ the virtual machine that executes compiled Brainfuck programs.
-homepage:            https://gitlab.com/paraseba/hbf
-bug-reports:         https://gitlab.com/paraseba/hbf/issues
+homepage:            https://github.com/paraseba/hbf
+bug-reports:         https://github.com/paraseba/hbf/issues
 category:            Language
 
 extra-source-files:
@@ -29,7 +29,7 @@
 
 source-repository head
   type: git
-  location: git@gitlab.com:paraseba/hbf.git
+  location: git@github.com:paraseba/hbf.git
 
 flag dump
   description: Dump stg and core files
