Skip to content

Commit

Permalink
Merge pull request #29 from hadashiA/ku/0.12.0
Browse files Browse the repository at this point in the history
0.12.0
  • Loading branch information
hadashiA authored May 11, 2023
2 parents fe34db3 + cf8433e commit 7f1c814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- NuGet Packaging -->
<PackageVersion>0.10.1</PackageVersion>
<PackageVersion>0.12.0</PackageVersion>
<Authors>hadashiA</Authors>
<PackageProjectUrl>https://github.com/hadashiA/VYaml</PackageProjectUrl>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VYaml.Unity/Assets/VYaml/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 7f1c814

Please sign in to comment.