From 1b0d4bb578ebf8192f3aa5e27beabb7b78eb30e6 Mon Sep 17 00:00:00 2001 From: "jdaguil@nexb.com" Date: Fri, 5 May 2017 12:33:51 -0700 Subject: [PATCH] #66: Updated app version * Updated version of app for rc2 release with #66 fix Signed-off-by: Jillian Daguil --- aboutcode.ABOUT | 2 +- attribution.html | 8 ++++---- build.sh | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) 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 @@

OPEN SOURCE SOFTWARE INFORMATION

-

AboutCode Manager 2.0.0-rc1

+

AboutCode Manager 2.0.0-rc2

Bootstrap 3.3.6

@@ -101,17 +101,17 @@

OPEN SOURCE SOFTWARE INFORMATION

AboutCode Manager - 2.0.0-rc1 + 2.0.0-rc2

-
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": {