From ffde065f4b3a4f30738a172615f78de59a9c8490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 11 Jun 2012 16:25:39 +0200 Subject: Update version to 0.2.0 --- LICENSE | 2 +- Makefile | 3 +-- priv/bullet.js | 2 +- rebar.config | 2 +- src/bullet.app.src | 4 ++-- src/bullet_handler.erl | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 7de99bb..f79b460 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011, Loïc Hoguin +Copyright (c) 2011-2012, Loïc Hoguin Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile b/Makefile index 6c4d71f..7fa3502 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ build-plt: --apps kernel stdlib deps/cowboy dialyze: - @$(DIALYZER) --src src --plt .bullet_dialyzer.plt \ - -Wbehaviours -Werror_handling \ + @$(DIALYZER) --src src --plt .bullet_dialyzer.plt -Werror_handling \ -Wrace_conditions -Wunmatched_returns # -Wunderspecs docs: diff --git a/priv/bullet.js b/priv/bullet.js index e6a4268..811f477 100644 --- a/priv/bullet.js +++ b/priv/bullet.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2011, Loïc Hoguin + Copyright (c) 2011-2012, Loïc Hoguin Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rebar.config b/rebar.config index c4afb0f..e640406 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {cover_enabled, true}. {deps, [ {cowboy, ".*", - {git, "git://github.com/extend/cowboy.git", "master"}} + {git, "git://github.com/extend/cowboy.git", {tag, "0.6.0"}}} ]}. {eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. {erl_opts, [ 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 +%% Copyright (c) 2011-2012, Loïc Hoguin %% %% 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 +%% Copyright (c) 2011-2012, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3