diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT index 322c55d0..0d564860 100644 --- a/aboutcode.ABOUT +++ b/aboutcode.ABOUT @@ -1,6 +1,6 @@ about_resource: aboutcode-manager name: AboutCode Manager -version: 2.0.0-rc5 +version: 2.0.0 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2017 nexB Inc. diff --git a/attribution.html b/attribution.html index 545b3a69..1f331bd9 100644 --- a/attribution.html +++ b/attribution.html @@ -38,7 +38,7 @@

OPEN SOURCE SOFTWARE INFORMATION

-

AboutCode Manager 2.0.0-rc5

+

AboutCode Manager 2.0.0

Bootstrap 3.3.6

@@ -101,7 +101,7 @@

OPEN SOURCE SOFTWARE INFORMATION

AboutCode Manager - 2.0.0-rc5 + 2.0.0

diff --git a/build.py b/build.py index d01871a1..78e9e76c 100755 --- a/build.py +++ b/build.py @@ -27,7 +27,7 @@ ####################### APP_NAME = 'AboutCode-Manager' APP_BUNDLE_ID = 'com.electron.aboutcode-manager' -VERSION = '2.0.0-rc5' +VERSION = '2.0.0' ELECTRON_VERSION = '1.6.14' ####################### diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ee4e9e22..a11854c7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc5", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b2288e7..8f5932fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc5", + "version": "2.0.0", "description": "An application for viewing ScanCode results and concluding component origin and license", "main": "main.js", "scripts": {