Skip to content

Commit

Permalink
Update to 1.1.0 in preparation for release. (dart-lang/watcher#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored May 12, 2023
1 parent aa09575 commit 1cc8466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/watcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 1.1.0-dev
## 1.1.0

- Require Dart SDK >= 3.0.0
- Remove usage of redundant ConstructableFileSystemEvent classes.
-

## 1.0.3-dev

- Require Dart SDK >= 2.19
Expand Down
2 changes: 1 addition & 1 deletion pkgs/watcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: watcher
version: 1.1.0-dev
version: 1.1.0
description: >-
A file system watcher. It monitors changes to contents of directories and
sends notifications when files have been added, removed, or modified.
Expand Down

0 comments on commit 1cc8466

Please sign in to comment.