diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT index 8f27ed05..af25fa49 100644 --- a/aboutcode.ABOUT +++ b/aboutcode.ABOUT @@ -1,6 +1,6 @@ about_resource: aboutcode-manager name: AboutCode Manager -version: 1.1.0-beta.3 +version: 2.0.0-rc1 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2016 nexB Inc. diff --git a/attribution.html b/attribution.html index 76b84647..275c12cc 100644 --- a/attribution.html +++ b/attribution.html @@ -38,7 +38,7 @@

OPEN SOURCE SOFTWARE INFORMATION

-

AboutCode Manager 1.1.0-beta.3

+

AboutCode Manager 2.0.0-rc1

Bootstrap 3.3.6

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

OPEN SOURCE SOFTWARE INFORMATION

AboutCode Manager - 1.0.0 + 2.0.0-rc1

diff --git a/build.sh b/build.sh index efc83db0..03f98cfc 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Run this script to build the AboutCode Manager -VERSION=v1.1.0-beta.3 +VERSION=v2.0.0-rc1 APP_NAME="AboutCode-Manager" ARCH=x64 ELECTRON_VERSION=1.4.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5512ddec..53021330 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "1.1.0-beta.3", + "version": "2.0.0-rc1", "dependencies": { "asar": { "version": "0.11.0", diff --git a/package.json b/package.json index 41b40a5a..eeeaa315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "1.1.0-beta.3", + "version": "2.0.0-rc1", "description": "An application for viewing ScanCode results and concluding component origin and license", "main": "main.js", "scripts": {