mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
version bump
This commit is contained in:
parent
6a687d3041
commit
853dd14386
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "neko-client",
|
"name": "neko-client",
|
||||||
"version": "0.1.0",
|
"version": "2.0.0",
|
||||||
"description": "Client for neko streaming server",
|
"description": "Client for neko streaming server",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"author": "Nurdism <https://github.com/nurdism>",
|
"author": "Nurdism <https://github.com/nurdism>",
|
||||||
|
@ -35,9 +35,9 @@ var (
|
|||||||
gitBranch = "dev"
|
gitBranch = "dev"
|
||||||
|
|
||||||
// Major version when you make incompatible API changes,
|
// 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 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 version when you make backwards-compatible bug fixeneko.
|
||||||
patch = "0"
|
patch = "0"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user