diff --git a/cromulant/ants.py b/cromulant/ants.py index 2838c0f..e9fd977 100644 --- a/cromulant/ants.py +++ b/cromulant/ants.py @@ -181,8 +181,8 @@ class Ants: ant.method = method ant.updated = Utils.now() - Game.update(ant) Ants.on_change() + Game.update(ant) @staticmethod def get() -> None: diff --git a/cromulant/manifest.json b/cromulant/manifest.json index ff6470b..3d3c6ce 100644 --- a/cromulant/manifest.json +++ b/cromulant/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.2.0", + "version": "4.4.0", "title": "Cromulant", "program": "cromulant", "author": "madprops",