File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- ## [ 0.4.1 ] - 2024-12-01
10
+ ## [ 0.4.2 ] - 2024-12-01
11
11
12
12
### Fixed
13
13
* fixed broken observer api because we listened to the wrong event type
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bevy_ios_iap"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
edition = " 2021"
5
5
build = " build.rs"
6
6
readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ pub fn plugin(app: &mut App) {
139
139
PreUpdate ,
140
140
(
141
141
cleanup_finished_requests,
142
- process_events. run_if ( on_event :: < IosIapResponse > ) ,
142
+ process_events. run_if ( on_event :: < IosIapResponse > ( ) ) ,
143
143
)
144
144
. chain ( )
145
145
. in_set ( BevyIosIapSet ) ,
You can’t perform that action at this time.
0 commit comments