summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-06-11 16:25:39 +0200
committerLoïc Hoguin <[email protected]>2012-06-11 16:25:39 +0200
commitffde065f4b3a4f30738a172615f78de59a9c8490 (patch)
tree5c86c6fc13d1a129a176373c7c35db3287a9801a /src
parent072074c2c083e09eeaadfe69faa63c7617bd879f (diff)
downloadbullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.gz
bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.tar.bz2
bullet-ffde065f4b3a4f30738a172615f78de59a9c8490.zip
Update version to 0.2.00.2.0
Diffstat (limited to 'src')
-rw-r--r--src/bullet.app.src4
-rw-r--r--src/bullet_handler.erl2
2 files changed, 3 insertions, 3 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, [
diff --git a/src/bullet_handler.erl b/src/bullet_handler.erl
index e4f8a11..f348b5b 100644
--- a/src/bullet_handler.erl
+++ b/src/bullet_handler.erl
@@ -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