version bump

This commit is contained in:
Craig 2020-04-05 04:10:18 +00:00
parent 6a687d3041
commit 853dd14386
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "neko-client",
"version": "0.1.0",
"version": "2.0.0",
"description": "Client for neko streaming server",
"license": "Apache License 2.0",
"author": "Nurdism <https://github.com/nurdism>",

View File

@ -35,9 +35,9 @@ var (
gitBranch = "dev"
// Major version when you make incompatible API changes,
major = "1"
major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and
minor = "1"
minor = "0"
// Patch version when you make backwards-compatible bug fixeneko.
patch = "0"
)