From a077ac9a6953165fc7c0dbccaa30b9d78d23e8df Mon Sep 17 00:00:00 2001 From: Keijiro Takahashi Date: Sat, 5 Jun 2021 18:14:33 +0900 Subject: [PATCH] Package version --- Packages/jp.keijiro.klak.hap/README.md | 4 ++-- Packages/jp.keijiro.klak.hap/package.json | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Packages/jp.keijiro.klak.hap/README.md b/Packages/jp.keijiro.klak.hap/README.md index d0ed2ec..091d73f 100644 --- a/Packages/jp.keijiro.klak.hap/README.md +++ b/Packages/jp.keijiro.klak.hap/README.md @@ -61,7 +61,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.hap": "0.1.18" +"jp.keijiro.klak.hap": "0.1.19" ``` After changes, the manifest file should look like below: @@ -76,7 +76,7 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.klak.hap": "0.1.18", + "jp.keijiro.klak.hap": "0.1.19", ... ``` diff --git a/Packages/jp.keijiro.klak.hap/package.json b/Packages/jp.keijiro.klak.hap/package.json index 7b642bf..ed0b30a 100644 --- a/Packages/jp.keijiro.klak.hap/package.json +++ b/Packages/jp.keijiro.klak.hap/package.json @@ -9,5 +9,5 @@ "repository": "github:keijiro/KlakHap", "unity": "2019.3", "unityRelease": "4f0", - "version": "0.1.18" + "version": "0.1.19" } diff --git a/README.md b/README.md index d0ed2ec..091d73f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To the `scopedRegistries` section: To the `dependencies` section: ``` -"jp.keijiro.klak.hap": "0.1.18" +"jp.keijiro.klak.hap": "0.1.19" ``` After changes, the manifest file should look like below: @@ -76,7 +76,7 @@ After changes, the manifest file should look like below: } ], "dependencies": { - "jp.keijiro.klak.hap": "0.1.18", + "jp.keijiro.klak.hap": "0.1.19", ... ```