diff --git a/README.org b/README.org index 7b85e1f..a5c5609 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+title: PureScript bindings for node-postgres -This is an initial experiment in providing bindings to the [[https://www.npmjs.org/package/pg][pg library]] ([[https://github.com/brianc/node-postgres][node-postgres]] on GitHub). It's currently in pre-alpha state. In fact, if a letter existed before alpha, I would have chosen that. +Provides PureScript bindings for the [[https://www.npmjs.org/package/pg][pg library]] ([[https://github.com/brianc/node-postgres][node-postgres]] on GitHub). * Installation diff --git a/bower.json b/bower.json index d727744..2291aff 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "purescript-foreign": "~0.5.0", "purescript-foldable-traversable": "~0.4.0", "purescript-transformers": "~0.6.0", - "purescript-aff": "~0.10.1", + "purescript-aff": "~0.11.0", "purescript-integers": "~0.2.0" } }