projects
/
nimcoon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Bump version and update changelog
[nimcoon.git]
/
nimcoon.nimble
1
# Package
2
3
version = "0.2.0"
4
author = "Joseph Nuthalapati"
5
description = "A command-line YouTube player and more"
6
license = "GPL-3.0"
7
srcDir = "src"
8
bin = @["nimcoon"]
9
10
# Dependencies
11
12
requires "nim >= 1.0.2"