Skip to content

Commit

Permalink
Update environment dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob authored Sep 23, 2024
1 parent ac8027b commit 36a4f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: event_bus
version: 2.0.0
version: 2.0.1
author: Marco Jakob <[email protected]>
description: A simple Event Bus using Dart Streams for decoupling applications
repository: https://github.com/marcojakob/dart-event-bus
homepage: https://code.makery.ch/library/dart-event-bus/
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'
dev_dependencies:
build_runner: ^1.2.5
build_web_compilers: ^2.16.4
Expand Down

0 comments on commit 36a4f89

Please sign in to comment.