From 362c4462956c69d789695581a0d7887b5657dcc4 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 14 Sep 2018 13:52:58 +0100 Subject: [PATCH] [DAEMON-261] Support daemon@2.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e742de..1250026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appcd-plugin-titanium-cli", - "version": "1.0.0", + "version": "1.1.0", "description": "Titanium CLI service for the Appc Daemon.", "main": "./dist/index", "author": "Appcelerator, Inc. ", @@ -29,7 +29,7 @@ "url": "git+https://github.com/appcelerator/appcd-plugin-titanium-cli.git" }, "appcd": { - "appcdVersion": "1.x", + "appcdVersion": "1.x || 2.x", "config": "./conf/config.js", "name": "titanium-cli", "type": "external"