version bump
This commit is contained in:
parent
6a687d3041
commit
853dd14386
@ -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>",
|
||||
|
@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user