diff --git a/pkgs/shelf_static/CHANGELOG.md b/pkgs/shelf_static/CHANGELOG.md index f7217464..16e99067 100644 --- a/pkgs/shelf_static/CHANGELOG.md +++ b/pkgs/shelf_static/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.3-wip +## 1.1.3 * Require Dart `^3.3.0`. * Update `package:mime` constraint to `>=1.0.0 <3.0.0`. diff --git a/pkgs/shelf_static/pubspec.yaml b/pkgs/shelf_static/pubspec.yaml index 69ede8a8..132e51a2 100644 --- a/pkgs/shelf_static/pubspec.yaml +++ b/pkgs/shelf_static/pubspec.yaml @@ -1,5 +1,5 @@ name: shelf_static -version: 1.1.3-wip +version: 1.1.3 description: Static file server support for the shelf package and ecosystem. repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static