mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
version bump
This commit is contained in:
parent
6a687d3041
commit
853dd14386
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue