Skip to content

Commit

Permalink
bump version #225
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Esser <[email protected]>
  • Loading branch information
steven-esser committed Jan 29, 2018
1 parent 48819d9 commit 8807538
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions aboutcode.ABOUT
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
about_resource: aboutcode-manager
name: AboutCode Manager
version: 2.3.0
version: 2.4.0
license: apache-2.0
owner: nexB Inc.
copyright: Copyright (c) 2017 nexB Inc.

notice_file: NOTICE
license_file: LICENSE
notes: AboutCode Manager is licensed under Apache 2.0. Some example code from electron-quickstart is used and is licensed under CC0-1.0.
notes: AboutCode Manager is licensed under Apache 2.0. Some example code from electron-quickstart is used and is licensed under CC0-1.0.
6 changes: 3 additions & 3 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.3.0</a></p>
<p><a href="#component_0">AboutCode Manager 2.4.0</a></p>

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

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

<div class="oss-component" id="component_0">
<h3 class="component-name">AboutCode Manager
2.3.0
2.4.0
</h3>


Expand Down Expand Up @@ -2138,4 +2138,4 @@ <h3>Common Licenses Used in This Product</h3>

<h3><a id="End">End</a></h3>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#######################
APP_NAME = 'AboutCode-Manager'
APP_BUNDLE_ID = 'com.electron.aboutcode-manager'
VERSION = '2.3.0'
ELECTRON_VERSION = '1.6.14'
VERSION = '2.4.0'
ELECTRON_VERSION = '1.6.16'

#######################
ARCH = 'x64'
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.3.0",
"version": "2.4.0",
"description": "An application for viewing ScanCode results and concluding component origin and license",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8807538

Please sign in to comment.