Merge tag '1.9.0' into develop

1.9.0
This commit is contained in:
ntr
2019-11-21 11:04:55 +11:00
6 changed files with 16 additions and 5 deletions
+11
View File
@@ -1,3 +1,14 @@
## [1.9.0] - 2019-11-21
### Changed
- VBOX
- You can now buy and combine from the VBOX and your inventory at the same time.
- Performance
- Websocket messages are now compressed in transit.
### Added
- Concede Round
- You can now concede game rounds, coward.
## [1.8.5] - 2019-11-16
### Fixed
- Multiple ko event bug
+1 -1
View File
@@ -1 +1 @@
1.8.5
1.9.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.8.5",
"version": "1.9.0",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.8.5",
"version": "1.9.0",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mnml-ops",
"version": "1.8.5",
"version": "1.9.0",
"description": "",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "mnml"
version = "1.8.5"
version = "1.9.0"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]