diff --git a/CHANGELOG.md b/CHANGELOG.md index e511453..079a720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.0.1 + +- Fixed README & License + ## 1.0.0 - Initial version. diff --git a/README.md b/README.md index 4f51722..68da31d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install the package by adding it to your `pubspec.yaml` file: ```yaml dependencies: - mallorca_transit_services: ^0.5.9 + mallorca_transit_services: ^1.0.1 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index 8060e2a..5348996 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mallorca_transit_services description: An unofficial, public API to access Mallorca's transportation services -version: 1.0.0 +version: 1.0.1 repository: https://github.com/open-transport-mallorca/mallorca_transit_services issue_tracker: https://github.com/open-transport-mallorca/mallorca_transit_services/issues @@ -12,11 +12,11 @@ dependencies: html: ^0.15.4 http: ^1.2.1 latlong2: ^0.9.1 - web_socket_channel: ^2.4.5 + web_socket_channel: ^3.0.1 xml: ^6.5.0 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.24.0 platforms: