Skip to content

Commit

Permalink
feat: Update package.json to 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 9de02ab commit db0b22f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2230,4 +2230,4 @@ Similar to `IObservable<T>`, if you want to stop the stream when an `OnErrorResu

License
---
This library is under the MIT License.
This library is under the MIT License.
2 changes: 1 addition & 1 deletion src/R3.Godot/addons/R3.Godot/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name="R3.Godot"
description="The new future of dotnet/reactive and UniRx."
author="Cysharp"
version="1.1.15"
version="1.1.16"
language="C-sharp"
script="GodotR3Plugin.cs"
2 changes: 1 addition & 1 deletion src/R3.Unity/Assets/R3.Unity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.cysharp.r3",
"displayName": "R3",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "1.1.15",
"version": "1.1.16",
"unity": "2021.3",
"description": "Reactive Extensions for Unity.",
"keywords": [ "rx", "event", "Scripting" ],
Expand Down

0 comments on commit db0b22f

Please sign in to comment.