From 5b096d87878fd5c8fd8ca614e07473fdb196ba3b Mon Sep 17 00:00:00 2001 From: Jillian Daguil Date: Tue, 30 May 2017 18:49:59 -0700 Subject: [PATCH] Updated version of app * Updated app version to 2.0.0-rc3 Signed-off-by: Jillian Daguil --- aboutcode.ABOUT | 2 +- attribution.html | 4 ++-- build.sh | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT index 8ca2607f..ba4729d2 100644 --- a/aboutcode.ABOUT +++ b/aboutcode.ABOUT @@ -1,6 +1,6 @@ about_resource: aboutcode-manager name: AboutCode Manager -version: 2.0.0-rc2 +version: 2.0.0-rc3 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2016 nexB Inc. diff --git a/attribution.html b/attribution.html index 3a8beeae..7e4a7742 100644 --- a/attribution.html +++ b/attribution.html @@ -38,7 +38,7 @@

OPEN SOURCE SOFTWARE INFORMATION

-

AboutCode Manager 2.0.0-rc2

+

AboutCode Manager 2.0.0-3

Bootstrap 3.3.6

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

OPEN SOURCE SOFTWARE INFORMATION

AboutCode Manager - 2.0.0-rc2 + 2.0.0-rc3

diff --git a/build.sh b/build.sh index 006214ee..5dd124bc 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Run this script to build the AboutCode Manager -VERSION=v2.0.0-rc2 +VERSION=v2.0.0-rc3 APP_NAME="AboutCode-Manager" ARCH=x64 ELECTRON_VERSION=1.4.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1cc5146a..9200dbd9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc2", + "version": "2.0.0-rc3", "dependencies": { "asar": { "version": "0.11.0", diff --git a/package.json b/package.json index a0e40099..27322151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.0.0-rc2", + "version": "2.0.0-rc3", "description": "An application for viewing ScanCode results and concluding component origin and license", "main": "main.js", "scripts": {