From 56b8ffd68f5f71f4686340d9ad32ce5fd617cb8a Mon Sep 17 00:00:00 2001 From: Erisu Date: Tue, 19 May 2020 09:23:43 +0900 Subject: [PATCH] Increment package version to 3.0.2-dev --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd750f7..7f5c052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "xcode", - "version": "3.0.1", + "version": "3.0.2-dev", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f60a557..e2b6fd8 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", + "version": "3.0.2-dev", "main": "index.js", "repository": "github:apache/cordova-node-xcode", "bugs": "https://github.com/apache/cordova-node-xcode/issues",