diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,14 +1,17 @@
 * Hackage: (http://hackage.haskell.org/package/hArduino)
 * GitHub:  (http://leventerkok.github.com/hArduino)
 
-* Latest Hackage released version: 1.0
+* Latest Hackage released version: 1.1
 
-### Version 1.0, 2016-03-27
+### Version 1.1, 2016-03-27
  * Unfortunately the Firmata project moved on, and hArduino no longer
    works with the latest release of StandardFirmata. This release mainly
    makes a note of this fact, and points to an older version of StandardFirmata
    that hArduino has been tested against. Volunteers encouraged to
    contribute to bring hArduino up-to-date: Contact me if interested!
+
+   In the mean-time, use the following version of StandardFirmata, which is
+   known to work with hArduino: (http://github.com/LeventErkok/hArduino/blob/master/StandardFirmata/StandardFirmata.ino)
 
  * Make the pin-capabilities code robust, by explicitly catching
    (and ignoring) capabilities we do not know/care about. Previously
diff --git a/hArduino.cabal b/hArduino.cabal
--- a/hArduino.cabal
+++ b/hArduino.cabal
@@ -1,5 +1,5 @@
 Name:          hArduino
-Version:       1.0
+Version:       1.1
 Category:      Hardware
 Synopsis:      Control your Arduino board from Haskell.
 Description:   hArduino allows Haskell programs to control Arduino boards (<http://www.arduino.cc>)
