This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch update-snappy in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git
commit b978761a1a5bd30fb4104077cf35da9011bbd804 Author: Peter Membrey <[email protected]> AuthorDate: Fri Nov 15 19:01:26 2013 +0800 Forgot to bump the app file --- src/snappy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snappy.app.src b/src/snappy.app.src index ae3683e..965a190 100644 --- a/src/snappy.app.src +++ b/src/snappy.app.src @@ -1,7 +1,7 @@ {application, snappy, [ {description, "snappy compressor/decompressor Erlang NIF wrapper"}, - {vsn, "1.0.1"}, + {vsn, "1.1.1"}, {registered, []}, {applications, [ kernel,
