Skip to content

Commit e9d700e

Browse files
committed
Bump Version
Signed-off-by: Steven Esser <[email protected]>
1 parent 8ff9cb8 commit e9d700e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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">ScanCode Workbench 3.0.0b2</a></p>
41+
<p><a href="#component_0">ScanCode Workbench 3.0.0b3</a></p>
4242

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

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#######################
2828
APP_NAME = 'ScanCode-Workbench'
2929
APP_BUNDLE_ID = 'com.electron.scancode-workbench'
30-
VERSION = '3.0.0b2'
30+
VERSION = '3.0.0b3'
3131
ELECTRON_VERSION = '3.1.1'
3232

3333
#######################

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": "scancode-workbench",
3-
"version": "3.0.0b2",
3+
"version": "3.0.0b3",
44
"description": "An application for viewing ScanCode results and concluding component origin and license",
55
"main": "main.js",
66
"scripts": {

workbench.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: scancode-workbench
22
name: ScanCode Workbench
3-
version: 3.0.0b2
3+
version: 3.0.0b3
44
license: apache-2.0
55
owner: nexB Inc.
66
copyright: Copyright (c) 2018 nexB Inc.

0 commit comments

Comments
 (0)