stigmergy 1.0.93 → 1.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/stigmergy.cmd +1 -1
- package/package.json +1 -1
- package/src/main_english.js +1 -1
package/bin/stigmergy.cmd
CHANGED
package/package.json
CHANGED
package/src/main_english.js
CHANGED
|
@@ -820,7 +820,7 @@ class StigmergyInstaller {
|
|
|
820
820
|
|
|
821
821
|
const configFile = path.join(this.configDir, 'config.json');
|
|
822
822
|
const config = {
|
|
823
|
-
version: '1.0.
|
|
823
|
+
version: '1.0.94',
|
|
824
824
|
initialized: true,
|
|
825
825
|
createdAt: new Date().toISOString(),
|
|
826
826
|
lastUpdated: new Date().toISOString(),
|