Skip to content

Commit

Permalink
V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca committed Aug 9, 2024
1 parent 4cb3ecd commit 79777f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.1

- Fixed README & License

## 1.0.0

- Initial version.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 79777f8

Please sign in to comment.