diff --git a/package.json b/package.json index 6f883b231..1f0173d4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "synectic", "productName": "Synectic", - "version": "3.0.0", + "version": "3.1.0", "description": "Research IDE for examining context-centric, problem-solving in development tools.", "main": ".webpack/main", "scripts": { @@ -134,4 +134,4 @@ "sha1": "^1.1.1", "uuid": "^9.0.0" } -} \ No newline at end of file +} diff --git a/version.js b/version.js index 36f1a1cb1..18d0a80d6 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -module.exports = '3.0.0' +module.exports = '3.1.0'