diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012 David Lazar <lazar6@illinois.edu>
+Copyright (c) 2012-2013 David Lazar <lazar6@illinois.edu>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
-# About
-
 **hpygments** is a Haskell library for highlighting source code using [Pygments](http://pygments.org).
-See the [Hackage page](http://hackage.haskell.org/package/hpygments) for documentation and examples.
 
-# Contributing
-
-This project is available on [GitHub](https://github.com/davidlazar/hpygments) and [Bitbucket](https://bitbucket.org/davidlazar/hpygments/). You may contribute changes using either.
+See the [Hackage page](http://hackage.haskell.org/package/hpygments) for documentation and examples.
 
 Please report bugs and feature requests using the [GitHub issue tracker](https://github.com/davidlazar/hpygments/issues).
diff --git a/hpygments.cabal b/hpygments.cabal
--- a/hpygments.cabal
+++ b/hpygments.cabal
@@ -1,5 +1,5 @@
 Name:               hpygments
-Version:            0.1.1
+Version:            0.1.2
 Synopsis:           Highlight source code using Pygments
 Description:
     Highlight source code using Pygments <http://pygments.org>. This package
@@ -41,5 +41,5 @@
     base >= 4 && < 5,
     bytestring,
     process,
-    process-extras >= 0.1.3,
-    aeson == 0.6.0.*
+    process-extras == 0.2.*,
+    aeson == 0.6.1.*
