From bcd8b2227fa7d0c8fb6239b7906a62f5e11901dc Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Mon, 26 Feb 2024 13:30:22 +1100 Subject: [PATCH] Release 3.3.0 --- 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 f775d7eb9..bf790ba62 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.2.0"; +export const version="3.3.0"; diff --git a/gui-js/package-lock.json b/gui-js/package-lock.json index a82f2680c..3d48e1039 100644 --- a/gui-js/package-lock.json +++ b/gui-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "minsky", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minsky", - "version": "3.2.0", + "version": "3.3.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/gui-js/package.json b/gui-js/package.json index 962a10003..3f9a16c06 100644 --- a/gui-js/package.json +++ b/gui-js/package.json @@ -1,6 +1,6 @@ { "name": "minsky", - "version":"3.2.0", + "version":"3.3.0", "author": "High Performance Coders", "description": "Graphical dynamical systems simulator oriented towards economics", "build": { diff --git a/minskyVersion.h b/minskyVersion.h index de173a7f1..5eb424693 100644 --- a/minskyVersion.h +++ b/minskyVersion.h @@ -1 +1 @@ -#define MINSKY_VERSION "3.2.0" +#define MINSKY_VERSION "3.3.0"