From 0fb510dbaf06be8cabd0309fdd320bd3cf61083c Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Fri, 4 Jul 2025 19:34:38 +0900 Subject: [PATCH] update version number to 1.0.2 --- plugin/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index 30468c3..d61b516 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json", "manifest_version": 1, - "version": "1.0.1", + "version": "1.0.2", "type": "APP", "desktop": { "js": ["js/desktop.js"]