diff --git a/README.md b/README.md index cb37dd05..bf174219 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`. - # Rinf: Rust in Flutter [![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf) diff --git a/documentation/docs/applying-template.md b/documentation/docs/applying-template.md index 465fc418..19124266 100644 --- a/documentation/docs/applying-template.md +++ b/documentation/docs/applying-template.md @@ -5,7 +5,7 @@ First of all, add this framework to your Flutter project. ```bash title="CLI" -flutter pub add rinf:'6.0.0-beta' +flutter pub add rinf ``` Now install the command executable to easily run Rinf commands in the CLI. diff --git a/flutter_ffi_plugin/README.md b/flutter_ffi_plugin/README.md index cb37dd05..bf174219 100644 --- a/flutter_ffi_plugin/README.md +++ b/flutter_ffi_plugin/README.md @@ -1,5 +1,3 @@ -> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`. - # Rinf: Rust in Flutter [![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf) diff --git a/rust_crate/README.md b/rust_crate/README.md index cb37dd05..bf174219 100644 --- a/rust_crate/README.md +++ b/rust_crate/README.md @@ -1,5 +1,3 @@ -> Currently, Rinf is in version 6 beta, introducing a new system that makes communication between Dart and Rust much easier and simpler. If you'd like to try out this new version, please run `flutter pub add rinf:'6.0.0-beta'` and `rinf template`. - # Rinf: Rust in Flutter [![Pub Version](https://img.shields.io/pub/v/rinf)](https://pub.dev/packages/rinf)