Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Feb 20, 2024
1 parent c5cb7b3 commit 66d8a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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";
4 changes: 2 additions & 2 deletions gui-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion minskyVersion.h
@@ -1 +1 @@
#define MINSKY_VERSION "3.2.0-rc.5"
#define MINSKY_VERSION "3.2.0"

0 comments on commit 66d8a0d

Please sign in to comment.