diff --git a/aboutcode.ABOUT b/aboutcode.ABOUT
index 8ca2607f..ba4729d2 100644
--- a/aboutcode.ABOUT
+++ b/aboutcode.ABOUT
@@ -1,6 +1,6 @@
about_resource: aboutcode-manager
name: AboutCode Manager
-version: 2.0.0-rc2
+version: 2.0.0-rc3
license: apache-2.0
owner: nexB Inc.
copyright: Copyright (c) 2016 nexB Inc.
diff --git a/attribution.html b/attribution.html
index 3a8beeae..7e4a7742 100644
--- a/attribution.html
+++ b/attribution.html
@@ -38,7 +38,7 @@
-
AboutCode Manager 2.0.0-rc2
+
AboutCode Manager 2.0.0-3
Bootstrap 3.3.6
@@ -101,7 +101,7 @@
OPEN SOURCE SOFTWARE INFORMATION
AboutCode Manager
- 2.0.0-rc2
+ 2.0.0-rc3
diff --git a/build.sh b/build.sh
index 006214ee..5dd124bc 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@
# Run this script to build the AboutCode Manager
-VERSION=v2.0.0-rc2
+VERSION=v2.0.0-rc3
APP_NAME="AboutCode-Manager"
ARCH=x64
ELECTRON_VERSION=1.4.0
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 1cc5146a..9200dbd9 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "aboutcode-manager",
- "version": "2.0.0-rc2",
+ "version": "2.0.0-rc3",
"dependencies": {
"asar": {
"version": "0.11.0",
diff --git a/package.json b/package.json
index a0e40099..27322151 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aboutcode-manager",
- "version": "2.0.0-rc2",
+ "version": "2.0.0-rc3",
"description": "An application for viewing ScanCode results and concluding component origin and license",
"main": "main.js",
"scripts": {