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
77
88## Unreleased
99
10- ## [ 0.4.1 ] - 2024-12-01
10+ ## [ 0.4.2 ] - 2024-12-01
1111
1212### Fixed
1313* fixed broken observer api because we listened to the wrong event type
Original file line number Diff line number Diff line change 11[package ]
22name = " bevy_ios_iap"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44edition = " 2021"
55build = " build.rs"
66readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ pub fn plugin(app: &mut App) {
139139 PreUpdate ,
140140 (
141141 cleanup_finished_requests,
142- process_events. run_if ( on_event :: < IosIapResponse > ) ,
142+ process_events. run_if ( on_event :: < IosIapResponse > ( ) ) ,
143143 )
144144 . chain ( )
145145 . in_set ( BevyIosIapSet ) ,
You can’t perform that action at this time.
0 commit comments