Skip to content

Commit

Permalink
chore: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jan 10, 2025
1 parent 953f71d commit 4406e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions pub/flutter_alien_signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.1.0

- deps: Upgrade `alien_signals` to `v0.1.0`
- fix: Adapt to upstream changes

## v0.0.4

- Sync upstream (alien_signals v0.0.17)
Expand Down
4 changes: 2 additions & 2 deletions pub/flutter_alien_signals/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_alien_signals
description: >-
Flutter Alien Signals is a Flutter binding based on Alien Signals.
version: 0.0.4
version: 0.1.0
repository: https://github.com/medz/alien-signals-dart/tree/main/pub/flutter_alien_signals
homepage: https://github.com/medz/alien-signals-dart

Expand All @@ -24,7 +24,7 @@ environment:
dependencies:
flutter:
sdk: flutter
alien_signals: ^0.0.17
alien_signals: ^0.1.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4406e2a

Please sign in to comment.