diff --git a/Directory.Build.props b/Directory.Build.props index 45f675a..773ad42 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 0.10.1 + 0.12.0 hadashiA https://github.com/hadashiA/VYaml $(PackageProjectUrl) diff --git a/README.md b/README.md index d13d3c7..5a656c8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Require Unity 2021.3 or later. You can add following url to Unity Package Manager. ``` -https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.10.1 +https://github.com/hadashiA/VYaml.git?path=VYaml.Unity/Assets/VYaml#0.12.0 ``` ## Usage diff --git a/VYaml.Unity/Assets/VYaml/package.json b/VYaml.Unity/Assets/VYaml/package.json index d6ff767..088b384 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.10.1", + "version": "0.12.0", "unity": "2021.3", "description": "The extra fast YAML library", "keywords": ["yaml", "serialization", "parser"],