From c00efdf170df8c3ddbc7a8f526b9879cb6431027 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 2 Aug 2024 06:28:02 -0600 Subject: [PATCH] Mods --- cromulant/ants.py | 2 +- cromulant/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",