Skip to content

Commit

Permalink
location: bump version to 5.0.2+1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 4, 2023
1 parent 9974087 commit fb0e919
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This repository contains the following packages:

- `[location]`: code for the cross-platform facing plugin used to display local
- [`location`]`: code for the cross-platform facing plugin used to display local
notifications within Flutter applications. This is what you use in your app!
- `[location_platform_interface]`: plugin's common platform interface code
- [`location_platform_interface`]: plugin's common platform interface code
- `[location_web]`: the Web implementation of the plugin

## Getting Started
Expand Down
8 changes: 7 additions & 1 deletion packages/location/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 5.0.2
## 5.0.2+1

- Clean up README (#874)
- Fix broken links in the README of `location` package
- Remove most of the duplicated info from repo's top-level README

## 5.0.2+1

- Bump dependency on `location_platform_interface` to `^3.1.1`
- Bump dependency on `location_web` to `^4.1.1`
Expand Down
2 changes: 1 addition & 1 deletion packages/location/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location
description: Cross-platform plugin for easy access to device's location in real-time.
version: 5.0.2
version: 5.0.2+1
homepage: https://docs.page/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand Down

0 comments on commit fb0e919

Please sign in to comment.