Browse Source

Update cowlib to 1.0.1

Loïc Hoguin 10 years ago
parent
commit
7d8a571b1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowlib.app.src

+ 1 - 1
src/cowlib.app.src

@@ -14,7 +14,7 @@
 
 {application, cowlib, [
 	{description, "Support library for manipulating Web protocols."},
-	{vsn, "1.0.0"},
+	{vsn, "1.0.1"},
 	{id, "git"},
 	{modules, []},
 	{registered, []},