Skip to content

Commit

Permalink
[CHORE] release new version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
krokyze authored Mar 31, 2024
1 parent c42376d commit b092a43
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.7

* Swap body flt-seo tag with div.

## 0.0.6

* Added rel for Seo.link().
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.6
seo: ^0.0.7
```
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.6
version: 0.0.7
homepage: https://github.com/krokyze/flutter_seo

environment:
Expand Down

0 comments on commit b092a43

Please sign in to comment.