From 66d8a0d51a305cdb5f8155587194939d37850c7b Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Tue, 20 Feb 2024 16:06:55 +1100 Subject: [PATCH] Release 3.2.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 dc2d254a3..f775d7eb9 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-rc.5"; +export const version="3.2.0"; diff --git a/gui-js/package-lock.json b/gui-js/package-lock.json index 5da352ab6..a82f2680c 100644 --- a/gui-js/package-lock.json +++ b/gui-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "minsky", - "version": "3.2.0-rc.5", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "minsky", - "version": "3.2.0-rc.5", + "version": "3.2.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/gui-js/package.json b/gui-js/package.json index 8220d4240..962a10003 100644 --- a/gui-js/package.json +++ b/gui-js/package.json @@ -1,6 +1,6 @@ { "name": "minsky", - "version":"3.2.0-rc.5", + "version":"3.2.0", "author": "High Performance Coders", "description": "Graphical dynamical systems simulator oriented towards economics", "build": { diff --git a/minskyVersion.h b/minskyVersion.h index 24537b491..de173a7f1 100644 --- a/minskyVersion.h +++ b/minskyVersion.h @@ -1 +1 @@ -#define MINSKY_VERSION "3.2.0-rc.5" +#define MINSKY_VERSION "3.2.0"