Skip to content

Commit

Permalink
[CHORE] release new version (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
krokyze authored Dec 8, 2024
1 parent 255b343 commit bb77a24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.8

* Updated rxdart to the latest version.

## 0.0.7

* Swap body flt-seo tag with div.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flutter package for enabling SEO (meta, body tag) support on Web. The package li
To use this plugin, add `seo` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
```yaml
dependencies:
seo: ^0.0.7
seo: ^0.0.8
```
Use `usePathUrlStrategy()` to ensure that Google recognizes each URL as a distinct page. Failure to do so may result in Google perceiving all URLs as the same page. For additional details, refer to [this video](https://www.youtube.com/watch?v=vow-m6R-YHo).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: seo
description: Flutter package for enabling SEO (meta, body tag) support on Web.
version: 0.0.7
version: 0.0.8
homepage: https://github.com/krokyze/flutter_seo

environment:
Expand Down

0 comments on commit bb77a24

Please sign in to comment.