Skip to content

Commit 1b0d4bb

Browse files
committed
#66: Updated app version
* Updated version of app for rc2 release with #66 fix Signed-off-by: Jillian Daguil <[email protected]>
1 parent 6e4538a commit 1b0d4bb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

aboutcode.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: aboutcode-manager
22
name: AboutCode Manager
3-
version: 2.0.0-rc1
3+
version: 2.0.0-rc2
44
license: apache-2.0
55
owner: nexB Inc.
66
copyright: Copyright (c) 2016 nexB Inc.

attribution.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
3838

3939
<div class="oss-table-of-contents">
4040

41-
<p><a href="#component_0">AboutCode Manager 2.0.0-rc1</a></p>
41+
<p><a href="#component_0">AboutCode Manager 2.0.0-rc2</a></p>
4242

4343
<p><a href="#component_1">Bootstrap 3.3.6</a></p>
4444

@@ -101,17 +101,17 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
101101

102102
<div class="oss-component" id="component_0">
103103
<h3 class="component-name">AboutCode Manager
104-
2.0.0-rc1
104+
2.0.0-rc2
105105
</h3>
106106

107107

108-
<pre>Copyright (c) 2016 nexB Inc.</pre>
108+
<pre>Copyright (c) 2017 nexB Inc.</pre>
109109

110110

111111
<pre class="component-notice">Software license
112112
================
113113

114-
Copyright (c) 2016 nexB Inc. and others. All rights reserved.
114+
Copyright (c) 2017 nexB Inc. and others. All rights reserved.
115115
http://nexb.com and https://github.com/nexB/scancode-toolkit/
116116
The AboutCode software is licensed under the Apache License version 2.0.
117117
AboutCode is a trademark of nexB Inc.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Run this script to build the AboutCode Manager
55

6-
VERSION=v2.0.0-rc1
6+
VERSION=v2.0.0-rc2
77
APP_NAME="AboutCode-Manager"
88
ARCH=x64
99
ELECTRON_VERSION=1.4.0

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aboutcode-manager",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0-rc2",
44
"description": "An application for viewing ScanCode results and concluding component origin and license",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)