Skip to content

Commit

Permalink
Version 4.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 3, 2023
1 parent e9efd52 commit 92d6b04
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.15.2

- Now the web API fetching example uses `http` instead of `https` in the example app.

## 4.15.1

- Now the `reqwest` crate will be disabled when compiling the example app for Android.
Expand Down
4 changes: 4 additions & 0 deletions flutter_ffi_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.15.2

- Now the web API fetching example uses `http` instead of `https` in the example app.

## 4.15.1

- Now the `reqwest` crate will be disabled when compiling the example app for Android.
Expand Down
2 changes: 1 addition & 1 deletion flutter_ffi_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rinf
description: '"Rust as your Flutter backend, Flutter as your Rust frontend"'
version: 4.15.1
version: 4.15.2
repository: https://github.com/cunarist/rinf

environment:
Expand Down
2 changes: 1 addition & 1 deletion rust_crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rinf"
version = "4.15.1"
version = "4.15.2"
edition = "2021"
license = "MIT"
description = "Rust as your Flutter backend, Flutter as your Rust frontend"
Expand Down

0 comments on commit 92d6b04

Please sign in to comment.