Skip to content

Commit

Permalink
🔖 1.0.0-dev.21
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jan 31, 2024
1 parent 089c514 commit 4739950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ that can be found in the LICENSE file. -->

# Changelog

## 1.0.0-dev.21

- Upgrade FRB to 1.82.6.
- Improve the FFI helper when finding dynamic libraries.
- Improve how CMake bundle libraries on Windows and Linux.

## 1.0.0-dev.20

- Fix Darwin frameworks fetching during `pod install`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
a plugin package for dart and flutter apps.
Developers can build ones to interact with Dfinity's blockchain directly.
repository: https://github.com/AstroxNetwork/agent_dart
version: 1.0.0-dev.20
version: 1.0.0-dev.21

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -42,7 +42,7 @@ dev_dependencies:
lints: ^2.0.1
flutter_test:
sdk: flutter
ffigen: ^9.0.0
ffigen: '>=8.0.0 <10.0.0'

flutter:
plugin:
Expand Down

0 comments on commit 4739950

Please sign in to comment.