diff --git a/CHANGELOG.md b/CHANGELOG.md index fc04054..b3ab84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2+1 + +- Update README: fix images + ## 0.0.2 - Update README and assets diff --git a/README.md b/README.md index e711d1f..79ce41b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](assets/logo.png) +![logo](https://github.com/ksenia312/nearby_service/blob/main/assets/logo.png?raw=true) # Nearby Service @@ -469,8 +469,8 @@ final filesListener = NearbyServiceFilesListener( ### Android -![android_demo](assets/demo_android.gif) +![android_demo](https://github.com/ksenia312/nearby_service/blob/main/assets/demo_android.gif?raw=true) ### IOS -![IOS_demo](assets/demo_ios.gif) \ No newline at end of file +![IOS_demo](https://github.com/ksenia312/nearby_service/blob/main/assets/demo_ios.gif?raw=true) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b621198..c41a559 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nearby_service description: Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files. -version: 0.0.2 +version: 0.0.2+1 homepage: https://github.com/ksenia312/nearby_service repository: https://github.com/ksenia312/nearby_service