Browse Source

Update Cowboy to 1.0.1

Loïc Hoguin 10 years ago
parent
commit
3d9078018d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowboy.app.src

+ 1 - 1
src/cowboy.app.src

@@ -14,7 +14,7 @@
 
 {application, cowboy, [
 	{description, "Small, fast, modular HTTP server."},
-	{vsn, "1.0.0"},
+	{vsn, "1.0.1"},
 	{id, "git"},
 	{modules, []},
 	{registered, [cowboy_clock, cowboy_sup]},