diff --git a/nimph.nimble b/nimph.nimble index c66c736..09bbfb5 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -1,4 +1,4 @@ -version = "0.1.1" +version = "0.1.2" author = "disruptek" description = "nim package handler from the future" license = "MIT" diff --git a/src/nimph/dependency.nim b/src/nimph/dependency.nim index 591ac17..a2185f7 100644 --- a/src/nimph/dependency.nim +++ b/src/nimph/dependency.nim @@ -154,7 +154,7 @@ proc peelRelease*(project: Project): Release = result = project.peelRelease(project.release) iterator matchingReleases(requirement: Requirement; head = ""; - tags: GitTagTable = nil): Release = + tags: GitTagTable = nil): Release = ## yield releases that satisfy the requirement, using the head and tags case requirement.release.kind: of Tag: