From 7b6ab33e7e3c69a2a098a2264962bc02c2196736 Mon Sep 17 00:00:00 2001 From: Nicholas Nelson Date: Mon, 25 Jul 2022 08:28:58 -0700 Subject: [PATCH] v2.3.0 --- package.json | 4 ++-- version.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f9aceb98..8b8b669ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "synectic", "productName": "Synectic", - "version": "2.2.0", + "version": "2.3.0", "description": "Research IDE for examining context-centric, problem-solving in development tools.", "main": ".webpack/main", "scripts": { @@ -130,4 +130,4 @@ "sha1": "^1.1.1", "uuid": "^8.3.2" } -} \ No newline at end of file +} diff --git a/version.js b/version.js index c61c63d81..f2a966ebb 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '2.2.0' +module.exports = '2.3.0'