diff --git a/crates/ubrn_cli/Cargo.toml b/crates/ubrn_cli/Cargo.toml index eda384ae..201e1b0b 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.3-0" +version = "0.28.3-1" edition = "2021" [[bin]] diff --git a/package.json b/package.json index 460d4a59..cf25e51b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniffi-bindgen-react-native", - "version": "0.28.3-0", + "version": "0.28.3-1", "description": "Uniffi bindings generator for calling Rust from React Native", "homepage": "https://github.com/jhugman/uniffi-bindgen-react-native", "repository": {