From 56c745a6370c521922f5eab6b12338b69c1a851d Mon Sep 17 00:00:00 2001 From: Nicholas Nelson Date: Wed, 12 Oct 2022 10:36:40 -0700 Subject: [PATCH] v3.2.0 --- package.json | 2 +- version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f0173d4a..36e92f215 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "synectic", "productName": "Synectic", - "version": "3.1.0", + "version": "3.2.0", "description": "Research IDE for examining context-centric, problem-solving in development tools.", "main": ".webpack/main", "scripts": { diff --git a/version.js b/version.js index 18d0a80d6..2bf224e6a 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '3.1.0' +module.exports = '3.2.0'