Skip to content

Commit

Permalink
feat: Update package.json to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 87796ff commit 74bd342
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ Factory methods are defined as static methods in the static class `Observable`.
| **IntervalFrame**(`Int32` periodFrame, `CancellationToken` cancellationToken = default) | `Observable<Unit>` |
| **IntervalFrame**(`Int32` periodFrame, `FrameProvider` frameProvider, `CancellationToken` cancellationToken = default) | `Observable<Unit>` |
| **Merge**(params `Observable<T>[]` sources) | `Observable<T>` |
| **Merge**(`IEnumerable<Observable<T>>` sources) | `Observable<T>` |
| **Merge**(this `IEnumerable<Observable<T>>` sources) | `Observable<T>` |
| **Merge**(this `Observable<Observable<T>>` sources) | `Observable<T>` |
| **Never**() | `Observable<T>` |
| **NextFrame**(`CancellationToken` cancellationToken = default) | `Observable<Unit>` |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference_factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
| **IntervalFrame**(`Int32` periodFrame, `CancellationToken` cancellationToken = default) | `Observable<Unit>` |
| **IntervalFrame**(`Int32` periodFrame, `FrameProvider` frameProvider, `CancellationToken` cancellationToken = default) | `Observable<Unit>` |
| **Merge**(params `Observable<T>[]` sources) | `Observable<T>` |
| **Merge**(`IEnumerable<Observable<T>>` sources) | `Observable<T>` |
| **Merge**(this `IEnumerable<Observable<T>>` sources) | `Observable<T>` |
| **Merge**(this `Observable<Observable<T>>` sources) | `Observable<T>` |
| **Never**() | `Observable<T>` |
| **NextFrame**(`CancellationToken` cancellationToken = default) | `Observable<Unit>` |
Expand Down
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.0.2"
version="1.0.3"
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.0.2",
"version": "1.0.3",
"unity": "2021.3",
"description": "Reactive Extensions for Unity.",
"keywords": [ "rx", "event", "Scripting" ],
Expand Down

0 comments on commit 74bd342

Please sign in to comment.