Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 31, 2015
1 parent 6279e19 commit 1b41a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Conche.podspec.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Conche",
"version": "0.4.0",
"version": "0.5.0",
"summary": "A native Swift build system and dependency manager",
"homepage": "https://github.com/kylef/Conche",
"source": { "git": "https://github.com/kylef/Conche", "tag": "0.4.0" },
"source": { "git": "https://github.com/kylef/Conche", "tag": "0.5.0" },
"authors": { "Kyle Fuller": "kyle@fuller.li" },
"license": {
"type": "BSD",
Expand Down
2 changes: 1 addition & 1 deletion bin/conche.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Group {

throw GroupError.UnknownCommand(name)
}
}.run("0.3.0")
}.run("0.5.0")

0 comments on commit 1b41a68

Please sign in to comment.