diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caa57d..c3772b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + +* Resolve the warning on the pub.dev score. + ## 0.1.3 * Update Dependency Libraries. diff --git a/README.md b/README.md index 39cea66..accacc0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ogp_data_extract ============= -A simple dart library for extracting the Open Graph protocol on a web pages. +A simple dart library for extracting the Open Graph protocol on a web pages. This library allows you to retrieve metadata items defined in "The Open Graph protocol". ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index 0fead8c..f56c08e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ogp_data_extract -description: This is a new package project for extracting ogp data on web pages.This library allows you to retrieve metadata items defined in "The Open Graph protocol".In addition, Facebook and Twitter metadata are supported. -version: 0.1.3 +description: This is a new package project for extracting ogp data on web pages. This library allows you to retrieve metadata items defined in "The Open Graph protocol". +version: 0.1.4 homepage: https://github.com/KINTO-JP/ogp_data_extract environment: