diff --git a/.hub b/.hub
new file mode 100644
--- /dev/null
+++ b/.hub
@@ -0,0 +1,1 @@
+atlas-pwstore-pbkdf
diff --git a/.project b/.project
new file mode 100644
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>hmac</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
diff --git a/pbkdf.cabal b/pbkdf.cabal
--- a/pbkdf.cabal
+++ b/pbkdf.cabal
@@ -1,5 +1,5 @@
 Name:                pbkdf
-Version:             1.1.1.0
+Version:             1.1.1.1
 Synopsis:            Haskell implementation of the PBKDF functions from RFC-2898.
 Description:         The Password Based Key Derivation Functions described in RFC-2898 with a test suite to verify that it works with the test vectors published in RFC6070.
 Homepage:            https://github.com/cdornan/pbkdf
@@ -16,7 +16,7 @@
 Source-repository this
     type:           git
     location:       https://github.com/cdornan/pbkdf.git
-    tag:            1.1.1.0
+    tag:            1.1.1.1
 
 Source-repository head
     type:           git
