Skip to content

Commit

Permalink
bumped version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed Dec 5, 2023
1 parent 815c0b3 commit ec43c86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Possible header types:
- `Bug Fixes` for any bug fixes.
- `Breaking Changes` for any backwards-incompatible changes.

## v0.10.0 (2023-12-05)
- Features added [game plugin](https://github.com/openforge/capacitor-game-connect) behind the `game_plugin` feature

## v0.9.0 (2023-06-27)

- Bug Fixes - added defaults to many of the result types. This prevents some potential panics when fields are missing.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capacitor_bindings"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
authors = ["Mark Wainwright <wainwrightml@gmail.com>"]
description = "Capactior bindings to help you build android and ios apps with rust."
Expand Down
2 changes: 1 addition & 1 deletion example_application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["gui", "wasm", "web-programming"]
js-sys = "0.3.61"
log = "0.4.17"
serde = { version = "1.0.152", features = ["derive"] }
serde-wasm-bindgen = "0.5.0"
serde-wasm-bindgen = "0.6"
wasm-bindgen = { version = "0.2" }
wasm-bindgen-futures = "0.4.34"
wasm-logger = "0.2.0"
Expand Down

0 comments on commit ec43c86

Please sign in to comment.