From 9ab8f66dfc1961e0f1eba2339ae8409abecab72a Mon Sep 17 00:00:00 2001 From: taroxd Date: Thu, 12 May 2016 12:41:20 +0800 Subject: [PATCH] Bump to 2.0.3 remove compatibility check should be published with poi 6.2.0 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 0231b94..cf62690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poi-plugin-item-info", - "version": "2.0.2", + "version": "2.0.3", "description": "Show detailed information of all owned equipment.", "main": "index.cjsx", "scripts": { @@ -27,7 +27,5 @@ "description": "Show detailed information of all owned equipment", "icon": "fa/rocket", "priority": 51, - "earliestCompatibleMain": "6.2.0", - "lastApiVer": "2.0.1" } }