diff options
author | Loïc Hoguin <[email protected]> | 2015-05-05 19:22:53 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-05-05 19:22:53 +0300 |
commit | 383a643a971439c6fd8ee4611ecc35c0a65f4538 (patch) | |
tree | c9e542032d7921db7fc32ab8976ca411dc16b156 | |
parent | 3d61f8de62eaef2aa887546bc2f2418a8c161349 (diff) | |
download | gun-383a643a971439c6fd8ee4611ecc35c0a65f4538.tar.gz gun-383a643a971439c6fd8ee4611ecc35c0a65f4538.tar.bz2 gun-383a643a971439c6fd8ee4611ecc35c0a65f4538.zip |
Update to 1.0.0-pre.11.0.0-pre.1
-rw-r--r-- | src/gun.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun.app.src b/src/gun.app.src index 30fd964..d32c555 100644 --- a/src/gun.app.src +++ b/src/gun.app.src @@ -14,7 +14,7 @@ {application, gun, [ {description, "Asynchronous SPDY, HTTP and Websocket client."}, - {vsn, "0.1.0"}, + {vsn, "1.0.0-pre.1"}, {modules, []}, {registered, [gun_sup]}, {applications, [ |