Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent 522bf57 commit 197654f
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.4.6</PackageVersion>
<PackageVersion>1.4.7</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 @@ -106,7 +106,7 @@ Prerequirements:
Then, add git URL from Package Manager:

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

## 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.4.6",
"version": "1.4.7",
"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.4.6",
"version": "1.4.7",
"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 197654f

Please sign in to comment.