From 1ddb1934d7065d354a43fed12b4e9d9bb91f5430 Mon Sep 17 00:00:00 2001 From: Kim Dong-Hyun Date: Sat, 21 Oct 2023 20:30:18 +0900 Subject: [PATCH] Version 4.13.1 --- 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 a327b574..ccda93c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.13.1 + +- Fixed formatting issues in Dart code. + ## 4.13.0 - Improved the template code by disabling CPU-intensive tasks and removing unneeded dependency features. diff --git a/flutter_ffi_plugin/CHANGELOG.md b/flutter_ffi_plugin/CHANGELOG.md index a327b574..ccda93c6 100644 --- a/flutter_ffi_plugin/CHANGELOG.md +++ b/flutter_ffi_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.13.1 + +- Fixed formatting issues in Dart code. + ## 4.13.0 - Improved the template code by disabling CPU-intensive tasks and removing unneeded dependency features. diff --git a/flutter_ffi_plugin/pubspec.yaml b/flutter_ffi_plugin/pubspec.yaml index 2691e57f..e7c23a68 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.0 +version: 4.13.1 repository: https://github.com/cunarist/rinf environment: diff --git a/rust_crate/Cargo.toml b/rust_crate/Cargo.toml index 4b22b248..7c8b9ffa 100644 --- a/rust_crate/Cargo.toml +++ b/rust_crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinf" -version = "4.13.0" +version = "4.13.1" edition = "2021" license = "MIT" description = "Rust as your Flutter backend, Flutter as your Rust frontend"