diff --git a/CHANGELOG.md b/CHANGELOG.md index 999726e1..c0bca941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ announcements on the StageXL forum or use one of the support links below: * StageXL GitHub * StageXL StackOverflow: +### 2.3.1-wip +* Fixed links in `pubspec.yaml`. + ### 2.3.0 * **Breaking Change:** Migrated from dart:html to package:web * Update Dart SDK restraint to ^3.5.0 diff --git a/pubspec.yaml b/pubspec.yaml index 5c6f75ac..03a8f4a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: stagexl -version: 2.3.0 +version: 2.3.1-wip description: A fast and universal 2D rendering engine for HTML5 and Dart. homepage: http://www.stagexl.org repository: https://github.com/bp74/StageXL @@ -7,8 +7,6 @@ repository: https://github.com/bp74/StageXL environment: sdk: ^3.5.0 -documentation: http://www.stagexl.org/docs/api/index.html - dependencies: http: ^1.2.0 web: ^1.1.1