Skip to content

Commit

Permalink
v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed Dec 25, 2022
1 parent 8d0b6b6 commit 0515563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In time, this repo will likely provide guidance specific to programming with the
## Versioning

This library follows the [version number](https://github.com/dankamongmen/notcurses/releases) of Notcurses:
* currently [`v3.0.8`](https://github.com/michaelsbradleyjr/nim-notcurses/releases/tag/v3.0.8) (upstream: [`v3.0.8`](https://github.com/dankamongmen/notcurses/releases/tag/v3.0.8))
* currently [`v3.0.9`](https://github.com/michaelsbradleyjr/nim-notcurses/releases/tag/v3.0.9) (upstream: [`v3.0.9`](https://github.com/dankamongmen/notcurses/releases/tag/v3.0.9))
* beginning with [`v2.3.13`](https://github.com/michaelsbradleyjr/nim-notcurses/releases/tag/v2.3.13) (upstream: [`v2.3.13`](https://github.com/dankamongmen/notcurses/releases/tag/v2.3.13)).

## License
Expand Down
2 changes: 1 addition & 1 deletion notcurses.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageName = "notcurses"
version = "3.0.8"
version = "3.0.9"
author = "Michael Bradley, Jr."
description = "A wrapper for Notcurses"
license = "Apache License 2.0 or MIT"
Expand Down
2 changes: 1 addition & 1 deletion notcurses/includes/generator_top.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const

notcursesRepo {.strdefine.} = "https://github.com/dankamongmen/notcurses"

notcursesTag {.strdefine.} = "v3.0.8"
notcursesTag {.strdefine.} = "v3.0.9"

notcursesDlUrl {.strdefine.} =
fmt"{notcursesRepo}/archive/refs/tags/{notcursesTag}.tar.gz"
Expand Down

0 comments on commit 0515563

Please sign in to comment.