Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Fix package repo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Oct 12, 2013
1 parent 7569129 commit ed14997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Expm.Package.new(
]
],
repositories: [
[ github: "asaaki/discount.ex" ]
[ github: "asaaki/discount.ex", tag: "0.1.0" ]
],
dependencies: [
{ "parallel", :head }
Expand Down
2 changes: 1 addition & 1 deletion package.head.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Expm.Package.new(
]
],
repositories: [
[ github: "asaaki/discount.ex", tag: "0.1.0" ]
[ github: "asaaki/discount.ex" ]
],
dependencies: [
{ "parallel", :head }
Expand Down

0 comments on commit ed14997

Please sign in to comment.