Merge tag '1.11.2' into develop

1.11.2
This commit is contained in:
ntr 2020-01-08 15:53:30 +10:00
commit d7931bc3bb
9 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
1.11.1 1.11.2

View File

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

View File

@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="mnml"> <meta name="application-name" content="mnml">
<meta name="description" content="mnml pvp tbs"> <meta name="description" content="1v1 pvp tbs">
<meta name="author" content="ntr@smokestack.io"> <meta name="author" content="ntr@smokestack.io">
<title>MNML - abstract strategy</title> <title>MNML - abstract strategy</title>
<link rel="manifest" href="manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">

View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mnml_core" name = "mnml_core"
version = "1.11.1" version = "1.11.2"
authors = ["ntr <ntr@smokestack.io>", "mashy <mashy@mnml.gg>"] authors = ["ntr <ntr@smokestack.io>", "mashy <mashy@mnml.gg>"]
[dependencies] [dependencies]

View File

@ -499,7 +499,7 @@ impl Construct {
return None; return None;
} }
info!("reduced effect {:?}", effect); // info!("reduced effect {:?}", effect);
return Some(effect); return Some(effect);
}).collect::<Vec<ConstructEffect>>(); }).collect::<Vec<ConstructEffect>>();

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "mnml-studios", "name": "mnml-studios",
"version": "1.11.1", "version": "1.11.2",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {