Updated RELEASENOTES.md & version for release 3.0.1 (node-xcode-3.0.1)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e02bae6..2d65912 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-node-xcode Release Notes
 
+### 3.0.1 (May 15, 2020)
+
+* [GH-109](https://github.com/apache/cordova-node-xcode/pull/109) Add targetName to paramter to getBuildProperty
+
 ### 3.0.0 (Apr 09, 2020)
 
 * node-xcode-3.0.0 Added NOTICE for release
diff --git a/package-lock.json b/package-lock.json
index f023a1a..cd750f7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "xcode",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index f953ecf..f60a557 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "main": "index.js",
   "repository": "github:apache/cordova-node-xcode",
   "bugs": "https://github.com/apache/cordova-node-xcode/issues",