Version 1.0.0

This commit is contained in:
2019-11-14 19:09:13 +01:00
parent cbac82becd
commit e1841d35be

View File

@@ -1,13 +1,11 @@
# Package # Package
version = "0.1.0" version = "1.0.0"
author = "luxick" author = "luxick"
description = "Game library for meta tic tac toe" description = "Game library for meta tic tac toe"
license = "GPL-2.0" license = "GPL-2.0"
srcDir = "src" srcDir = "src"
# Dependencies # Dependencies
requires "nim >= 1.0.0" requires "nim >= 1.0.0"