diff --git a/Cargo.toml b/Cargo.toml index d50a0cfc..5356b220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ heck = "0.5.0" paste = "1.0.14" pathdiff = { version = "0.2.1", features = ["camino"] } serde = { version = "1", features = ["derive"] } -uniffi = "=0.28.2" -uniffi_bindgen = "=0.28.2" -uniffi_meta = "=0.28.2" +uniffi = "=0.28.3" +uniffi_bindgen = "=0.28.3" +uniffi_meta = "=0.28.3" diff --git a/crates/ubrn_cli/Cargo.toml b/crates/ubrn_cli/Cargo.toml index 692f6e67..eda384ae 100644 --- a/crates/ubrn_cli/Cargo.toml +++ b/crates/ubrn_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi-bindgen-react-native" -version = "0.28.2-0" +version = "0.28.3-0" edition = "2021" [[bin]] diff --git a/package.json b/package.json index 1f1b5eee..96f1a312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniffi-bindgen-react-native", - "version": "0.28.2-0", + "version": "0.28.3-0", "description": "Uniffi bindings generator for calling Rust from React Native", "homepage": "https://github.com/jhugman/uniffi-bindgen-react-native", "repository": {