From b4d303e3d50ad7b41b7045fcce23316c9b811cbe Mon Sep 17 00:00:00 2001 From: temeddix Date: Tue, 24 Oct 2023 16:51:06 +0900 Subject: [PATCH] Version 4.13.2 --- CHANGELOG.md | 4 ++++ flutter_ffi_plugin/CHANGELOG.md | 4 ++++ flutter_ffi_plugin/pubspec.yaml | 2 +- rust_crate/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccda93c6..2fb6c2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.13.2 + +- Fixed small things. + ## 4.13.1 - Fixed formatting issues in Dart code. diff --git a/flutter_ffi_plugin/CHANGELOG.md b/flutter_ffi_plugin/CHANGELOG.md index ccda93c6..2fb6c2a4 100644 --- a/flutter_ffi_plugin/CHANGELOG.md +++ b/flutter_ffi_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.13.2 + +- Fixed small things. + ## 4.13.1 - Fixed formatting issues in Dart code. diff --git a/flutter_ffi_plugin/pubspec.yaml b/flutter_ffi_plugin/pubspec.yaml index e7c23a68..04a9f6c7 100755 --- a/flutter_ffi_plugin/pubspec.yaml +++ b/flutter_ffi_plugin/pubspec.yaml @@ -1,6 +1,6 @@ name: rinf description: '"Rust as your Flutter backend, Flutter as your Rust frontend"' -version: 4.13.1 +version: 4.13.2 repository: https://github.com/cunarist/rinf environment: diff --git a/rust_crate/Cargo.toml b/rust_crate/Cargo.toml index 6ba7b7ec..b7e31e23 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinf" -version = "4.13.1" +version = "4.13.2" edition = "2021" license = "MIT" description = "Rust as your Flutter backend, Flutter as your Rust frontend"