diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT index af25fa49..8ca2607f 100644 --- a/aboutcode.ABOUT +++ b/aboutcode.ABOUT @@ -1,6 +1,6 @@ about_resource: aboutcode-manager name: AboutCode Manager -version: 2.0.0-rc1 +version: 2.0.0-rc2 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2016 nexB Inc. diff --git a/attribution.html b/attribution.html index 275c12cc..3a8beeae 100644 --- a/attribution.html +++ b/attribution.html @@ -38,7 +38,7 @@
Copyright (c) 2016 nexB Inc.+
Copyright (c) 2017 nexB Inc.
Software license ================ -Copyright (c) 2016 nexB Inc. and others. All rights reserved. +Copyright (c) 2017 nexB Inc. and others. All rights reserved. http://nexb.com and https://github.com/nexB/scancode-toolkit/ The AboutCode software is licensed under the Apache License version 2.0. AboutCode is a trademark of nexB Inc. diff --git a/build.sh b/build.sh index 03f98cfc..006214ee 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Run this script to build the AboutCode Manager -VERSION=v2.0.0-rc1 +VERSION=v2.0.0-rc2 APP_NAME="AboutCode-Manager" ARCH=x64 ELECTRON_VERSION=1.4.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 53021330..1cc5146a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc1", + "version": "2.0.0-rc2", "dependencies": { "asar": { "version": "0.11.0", diff --git a/package.json b/package.json index eeeaa315..a0e40099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc1", + "version": "2.0.0-rc2", "description": "An application for viewing ScanCode results and concluding component origin and license", "main": "main.js", "scripts": {