diff --git a/doc/version.tex b/doc/version.tex index e10e0a076..8b64a2c79 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1 +1 @@ -\author{Version 3.9.1} +\author{Version 3.9.2} diff --git a/gui-js/libs/shared/src/lib/constants/version.ts b/gui-js/libs/shared/src/lib/constants/version.ts index c6ab9b956..e8acfed47 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.9.1"; +export const version="3.9.2"; diff --git a/gui-js/package-lock.json b/gui-js/package-lock.json index c635673c9..6c9b8f57c 100644 --- a/gui-js/package-lock.json +++ b/gui-js/package-lock.json @@ -1,12 +1,12 @@ { "name": "ravel", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ravel", - "version": "3.9.1", + "version": "3.9.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/gui-js/package.json b/gui-js/package.json index 055822e61..240d694cc 100644 --- a/gui-js/package.json +++ b/gui-js/package.json @@ -1,6 +1,6 @@ { "name": "ravel", - "version":"3.9.1", + "version":"3.9.2", "author": "High Performance Coders", "description": "Graphical dynamical systems simulator oriented towards economics", "repository": { diff --git a/minskyVersion.h b/minskyVersion.h index 94189945d..bfb4c9753 100644 --- a/minskyVersion.h +++ b/minskyVersion.h @@ -1 +1 @@ -#define MINSKY_VERSION "3.9.1" +#define MINSKY_VERSION "3.9.2"