Skip to content

Commit 5f2d204

Browse files
committed
Updated app version
1 parent 730f27e commit 5f2d204

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1.0.0
3+
version: 1.1.0-beta.3
44
license: apache-2.0
55
owner: nexB Inc.
66
copyright: Copyright (c) 2016 nexB Inc.

attribution.html

Lines changed: 1 addition & 1 deletion
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 1.0.0</a></p>
41+
<p><a href="#component_0">AboutCode Manager 1.1.0-beta.3</a></p>
4242

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

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ app.once('ready', function() {
155155
label: 'Documentation',
156156
click: function() {
157157
shell.openExternal(
158-
`https://github.com/nexB/aboutcode-manager/blob/v${process.versions.electron}/README.md`
158+
`https://github.com/nexB/aboutcode-manager/blob/v${pjson.version}/README.md`
159159
);
160160
}
161161
},

0 commit comments

Comments
 (0)