From b38f8a9b91d4cd0277048de8eec0dbd7f20a5df1 Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Wed, 28 Feb 2024 09:03:35 +1100 Subject: [PATCH] Release 3.3.1 --- gui-js/libs/shared/src/lib/constants/version.ts | 2 +- gui-js/package-lock.json | 4 ++-- gui-js/package.json | 2 +- minskyVersion.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui-js/libs/shared/src/lib/constants/version.ts b/gui-js/libs/shared/src/lib/constants/version.ts index bf790ba62..100416d02 100644 --- a/gui-js/libs/shared/src/lib/constants/version.ts +++ b/gui-js/libs/shared/src/lib/constants/version.ts @@ -1 +1 @@ -export const version="3.3.0"; +export const version="3.3.1"; diff --git a/gui-js/package-lock.json b/gui-js/package-lock.json index 3d48e1039..4ec33ca13 100644 --- a/gui-js/package-lock.json +++ b/gui-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "minsky", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minsky", - "version": "3.3.0", + "version": "3.3.1", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/gui-js/package.json b/gui-js/package.json index 3f9a16c06..133fc3124 100644 --- a/gui-js/package.json +++ b/gui-js/package.json @@ -1,6 +1,6 @@ { "name": "minsky", - "version":"3.3.0", + "version":"3.3.1", "author": "High Performance Coders", "description": "Graphical dynamical systems simulator oriented towards economics", "build": { diff --git a/minskyVersion.h b/minskyVersion.h index 5eb424693..74c396f46 100644 --- a/minskyVersion.h +++ b/minskyVersion.h @@ -1 +1 @@ -#define MINSKY_VERSION "3.3.0" +#define MINSKY_VERSION "3.3.1"