Skip to content

Commit

Permalink
1.1.5: bump cligen for 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Mar 9, 2023
1 parent 386cd00 commit 64e4da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap-nonimble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd temporary
git clone --depth 1 --branch 1.8.31 https://github.com/disruptek/bump.git
git clone --depth 1 --branch 2.0.1 https://github.com/disruptek/cutelog.git
git clone --depth 1 --branch 3.1.0 https://github.com/disruptek/gittyup.git
git clone --depth 1 --branch 2.0.1 https://github.com/disruptek/cligen.git
git clone --depth 1 --branch 2.0.2 https://github.com/disruptek/cligen.git
git clone --depth 1 --branch 0.26.0 https://github.com/zevv/npeg.git
git clone --depth 1 --branch 1.0.2 https://github.com/disruptek/jsonconvert.git
git clone --depth 1 --branch 2.1.3 https://github.com/disruptek/badresults.git
Expand Down
4 changes: 2 additions & 2 deletions nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.4"
version = "1.1.5"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ srcDir = "src"
# this breaks tests
#installDirs = @["docs", "tests", "src"]

requires "https://github.com/disruptek/cligen >= 2.0.1 & < 3.0.0"
requires "https://github.com/disruptek/cligen >= 2.0.2 & < 3.0.0"
requires "https://github.com/zevv/npeg >= 0.26.0 & < 2.0.0"
requires "https://github.com/disruptek/bump >= 1.8.31 & < 2.0.0"
requires "https://github.com/disruptek/github >= 3.0.0 & < 4.0.0"
Expand Down

0 comments on commit 64e4da1

Please sign in to comment.