Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent e5a8ec9 commit 300188b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>1.5.0</PackageVersion>
<PackageVersion>1.6.0</PackageVersion>
<Authors>hadashiA</Authors>
<PackageProjectUrl>https://github.com/hadashiA/VitalRouter</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 @@ -118,7 +118,7 @@ Prerequirements:
Then, add git URL from Package Manager:

```
https://github.com/hadashiA/VitalRouter.git?path=/src/VitalRouter.Unity/Assets/VitalRouter#1.5.0
https://github.com/hadashiA/VitalRouter.git?path=/src/VitalRouter.Unity/Assets/VitalRouter#1.6.0
```

## Getting Started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.hadashikick.vitalrouter-mruby",
"displayName": "VitalRouter.MRuby",
"version": "1.5.0",
"version": "1.6.0",
"unity": "2022.2",
"description": "The VitalRouter extension to allow scripting by mruby",
"keywords": ["pubsub", "event", "mvc", "framework", "ruby", "mruby"],
Expand Down
2 changes: 1 addition & 1 deletion src/VitalRouter.Unity/Assets/VitalRouter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.hadashikick.vitalrouter",
"displayName": "VitalRouter",
"version": "1.5.0",
"version": "1.6.0",
"unity": "2022.2",
"description": "The source-generator powered zero-allocation in-memory message passing library for Unity and .NET.",
"keywords": ["pubsub", "event", "mvc", "framework"],
Expand Down

0 comments on commit 300188b

Please sign in to comment.