diff options
author | Loïc Hoguin <[email protected]> | 2012-06-11 16:25:39 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-06-11 16:25:39 +0200 |
commit | ffde065f4b3a4f30738a172615f78de59a9c8490 (patch) | |
tree | 5c86c6fc13d1a129a176373c7c35db3287a9801a /src/bullet.app.src | |
parent | 072074c2c083e09eeaadfe69faa63c7617bd879f (diff) | |
download | bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.gz bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.bz2 bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.zip |
Update version to 0.2.00.2.0
Diffstat (limited to 'src/bullet.app.src')
-rw-r--r-- | src/bullet.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bullet.app.src b/src/bullet.app.src index bb72c7b..528c2f7 100644 --- a/src/bullet.app.src +++ b/src/bullet.app.src @@ -1,4 +1,4 @@ -%% Copyright (c) 2011, Loïc Hoguin <[email protected]> +%% Copyright (c) 2011-2012, Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above @@ -15,7 +15,7 @@ {application, bullet, [ {description, "Simple, reliable, efficient streaming between JS and Cowboy."}, - {vsn, "0.1.0"}, + {vsn, "0.2.0"}, {modules, []}, {registered, []}, {applications, [ |