Browse Source

fix doc typo and increment version to 1.3

Will 14 years ago
parent
commit
03da0e0162
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      README

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 NAME		:= epgsql
-VERSION		:= 1.2
+VERSION		:= 1.3
 
 ERL  		:= erl
 ERLC 		:= erlc

+ 1 - 1
README

@@ -12,7 +12,7 @@ Erlang PostgreSQL Database Client
     + {database, String}
     + {port,     Integer}
     + {ssl,      Atom}       true | false | required
-    + {ssl_opts  List}       see ssl application docs in OTP
+    + {ssl_opts, List}       see ssl application docs in OTP
     + {timeout,  Integer}    milliseconds, defaults to 5000
     + {async,    Pid}        see Asynchronous Messages section