Skip to content

Commit

Permalink
#66: Updated app version
Browse files Browse the repository at this point in the history
* Updated version of app for rc2 release with #66 fix

Signed-off-by: Jillian Daguil <[email protected]>
  • Loading branch information
jdaguil committed May 5, 2017
1 parent 6e4538a commit 1b0d4bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aboutcode.ABOUT
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions attribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>

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

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

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

Expand Down Expand Up @@ -101,17 +101,17 @@ <h1>OPEN SOURCE SOFTWARE INFORMATION</h1>

<div class="oss-component" id="component_0">
<h3 class="component-name">AboutCode Manager
2.0.0-rc1
2.0.0-rc2
</h3>


<pre>Copyright (c) 2016 nexB Inc.</pre>
<pre>Copyright (c) 2017 nexB Inc.</pre>


<pre class="component-notice">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.
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1b0d4bb

Please sign in to comment.