Skip to content

Commit 5a0c358

Browse files
committed
canning v0.0.7
1 parent 1244be5 commit 5a0c358

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
erl_crash.dump
44
*.ez
55
docs/
6+
doc/

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule HttpRouter.Mixfile do
33

44
def project do
55
[ app: :http_router,
6-
version: "0.0.6",
6+
version: "0.0.7",
77
elixir: "~> 1.0",
88
deps: deps,
99
name: "HttpRouter",

0 commit comments

Comments
 (0)