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