Skip to content

Commit

Permalink
chore: bump dart version; include windows dll (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps authored Oct 16, 2024
1 parent 10fa93a commit 0488b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flipt-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flipt_client
description: Flipt Client Evaluation SDK for Dart
version: 0.1.0
version: 0.2.0
homepage: https://flipt.io

environment:
Expand All @@ -23,3 +23,4 @@ flutter:
- lib/src/ffi/linux_arm64/libfliptengine.so
- lib/src/ffi/darwin_x86_64/libfliptengine.dylib
- lib/src/ffi/darwin_arm64/libfliptengine.dylib
- lib/src/ffi/windows_x86_64/fliptengine.dll

0 comments on commit 0488b13

Please sign in to comment.