From d5aff37c3825ae5e4a434e2145e775210394dbda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:31:25 +0000 Subject: [PATCH] 0.28.1 --- Directory.Build.props | 2 +- README.md | 2 +- VYaml.Unity/Assets/VYaml/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7af096f..6d0a35e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.28.0 + 0.28.1 hadashiA https://github.com/hadashiA/VYaml $(PackageProjectUrl) diff --git a/README.md b/README.md index 4a50eda..ac808e9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Require Unity 2021.3 or later. If you are using a version of Unity newer than 2022.2, you can install as the Unity package manager at the following git URL; ``` -https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.28.0 +https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.28.1 ``` > [!IMPORTANT] diff --git a/VYaml.Unity/Assets/VYaml/package.json b/VYaml.Unity/Assets/VYaml/package.json index b7c3a58..60f9f2c 100644 --- a/VYaml.Unity/Assets/VYaml/package.json +++ b/VYaml.Unity/Assets/VYaml/package.json @@ -1,7 +1,7 @@ { "name": "jp.hadashikick.vyaml", "displayName": "VYaml", - "version": "0.28.0", + "version": "0.28.1", "unity": "2021.3", "description": "The extra fast YAML library", "keywords": ["yaml", "serialization", "parser"],