Skip to content

Commit 0515563

Browse files
v3.0.9
1 parent 8d0b6b6 commit 0515563

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In time, this repo will likely provide guidance specific to programming with the
6666
## Versioning
6767

6868
This library follows the [version number](https://github.com/dankamongmen/notcurses/releases) of Notcurses:
69-
* 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))
69+
* 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))
7070
* 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)).
7171

7272
## License

notcurses.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
packageName = "notcurses"
2-
version = "3.0.8"
2+
version = "3.0.9"
33
author = "Michael Bradley, Jr."
44
description = "A wrapper for Notcurses"
55
license = "Apache License 2.0 or MIT"

notcurses/includes/generator_top.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const
1616

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

19-
notcursesTag {.strdefine.} = "v3.0.8"
19+
notcursesTag {.strdefine.} = "v3.0.9"
2020

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

0 commit comments

Comments
 (0)