Merge tag '1.7.0' into develop

1.7.0
This commit is contained in:
ntr 2019-10-31 18:05:47 +11:00
commit 39972d6e3d
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.7] - 2019-10-27 ## [1.7.0] - 2019-10-31
# Added # Added
- Step by step tutorial - Step by step tutorial
- Will activate during the learn game for the first round - Will activate during the learn game for the first round

View File

@ -1 +1 @@
1.6.6 1.7.0

View File

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

View File

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

View File

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

View File

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