Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nurdism committed Apr 5, 2020
1 parent 6a687d3 commit 853dd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down
4 changes: 2 additions & 2 deletions server/neko.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 853dd14

Please sign in to comment.