diff options
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index 220645e..ecaf34e 100644 --- a/project.conf +++ b/project.conf @@ -1,11 +1,11 @@ [package] name = "gsr-notify" type = "executable" -version = "0.1.0" +version = "1.0.0" platforms = ["posix"] [config] ignore_dirs = ["build"] [dependencies] -xext = ">=1"
\ No newline at end of file +xext = ">=1" |