version bump

This commit is contained in:
ntr 2019-09-08 14:42:14 +10:00
parent 44ef34c6eb
commit 3c7816fb16
6 changed files with 8 additions and 10 deletions

View File

@ -1 +1 @@
1.3.1 1.3.2

View File

@ -17,16 +17,14 @@
* bot game grind * bot game grind
* stress test * stress test
* msg pane
* game invites
* change score to enum * change score to enum
* pct based translates for combat animation
* make our own toasts / msg pane
* send account_instances on players update
* pct based translates for combat animation
* add speed to descriptions * add speed to descriptions
* clear skill (if currently targetted) * clear skill (if currently targetted)
* only login / logout / register http
## SOON ## SOON
*SERVER* *SERVER*
* modules * modules

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "mnml-ops", "name": "mnml-ops",
"version": "1.3.1", "version": "1.3.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.3.1" version = "1.3.2"
authors = ["ntr <ntr@smokestack.io>"] authors = ["ntr <ntr@smokestack.io>"]
[dependencies] [dependencies]