Skip to content

Commit

Permalink
pre for repease
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Dec 1, 2024
1 parent 23cd8c2 commit 884cb87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.4.1] - 2024-12-01

### Fixed
* fixed broken observer api because we listened to the wrong event type

## [0.4.0] - 2024-11-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fn process_iap_events(

|bevy|bevy\_ios\_iap|
|---|---|
|0.14|0.3,main|
|0.14|0.3,0.4,main|
|0.13|0.2|

# License
Expand Down
2 changes: 1 addition & 1 deletion bevy_ios_iap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ios_iap"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
build = "build.rs"
readme = "../README.md"
Expand Down

0 comments on commit 884cb87

Please sign in to comment.