Merge tag '1.6.4' into develop

1.6.4
This commit is contained in:
ntr 2019-10-24 18:04:08 +11:00
commit 0c5a4f8977
6 changed files with 9 additions and 6 deletions

View File

@ -2,8 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.3] - 2019-10-23
## [1.6.4] - 2019-10-24
### Changed
- Animations processing on client side reduced.
## [1.6.3] - 2019-10-23
### Added
- MNNI: the MNML guide
- Delivers the message of the day

View File

@ -1 +1 @@
1.6.3
1.6.4

View File

@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "mnml-client",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "mnml-ops",
"version": "1.6.3",
"version": "1.6.4",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
[package]
name = "mnml"
version = "1.6.3"
version = "1.6.4"
authors = ["ntr <ntr@smokestack.io>"]
[dependencies]