diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT index 1b197956..1ad7f6e0 100644 --- a/aboutcode.ABOUT +++ b/aboutcode.ABOUT @@ -1,6 +1,6 @@ about_resource: aboutcode-manager name: AboutCode Manager -version: 2.6.0 +version: 2.6.1 license: apache-2.0 owner: nexB Inc. copyright: Copyright (c) 2018 nexB Inc. diff --git a/attribution.html b/attribution.html index 583a4bab..a9038cc9 100644 --- a/attribution.html +++ b/attribution.html @@ -38,7 +38,7 @@

OPEN SOURCE SOFTWARE INFORMATION

-

AboutCode Manager 2.6.0

+

AboutCode Manager 2.6.1

Bootstrap 3.3.6

@@ -101,7 +101,7 @@

OPEN SOURCE SOFTWARE INFORMATION

AboutCode Manager - 2.6.0 + 2.6.1

diff --git a/build.py b/build.py index ce33a566..7860e44d 100755 --- a/build.py +++ b/build.py @@ -27,7 +27,7 @@ ####################### APP_NAME = 'AboutCode-Manager' APP_BUNDLE_ID = 'com.electron.aboutcode-manager' -VERSION = '2.6.0' +VERSION = '2.6.1' ELECTRON_VERSION = '3.0.3' ####################### diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c30b2178..221138f2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 973c9285..f73ea8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aboutcode-manager", - "version": "2.6.0", + "version": "2.6.1", "description": "An application for viewing ScanCode results and concluding component origin and license", "main": "main.js", "scripts": {