Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent f524d76 commit 5e0670e
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.4</PackageVersion>
<PackageVersion>1.4.5</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 @@ -102,7 +102,7 @@ Prerequirements:
Then, add git URL from Package Manager:

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

## 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.4",
"version": "1.4.5",
"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.4",
"version": "1.4.5",
"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 5e0670e

Please sign in to comment.