diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aee646..a7491ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Chirp SDK Flutter +## 0.1.1 - 01/03/19 + +- Upgrade to Android v3.6.1 + ## 0.1.0 - 22/01/19 - Bringing out of experimental status diff --git a/README.md b/README.md index 35d9788..ad69f0d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Send data with sound. Sign up at the Chirp [Developer Hub](https://developers.chirp.io/sign-up) Copy and paste your Chirp app key, secret and chosen configuration into the -[example application](https://github.com/chirp/chirp-connect-flutter/tree/master/chirpsdk/example) +[example application](https://github.com/chirp/chirp-flutter/tree/master/chirpsdk/example) await ChirpSDK.init(_appKey, _appSecret); await ChirpSDK.setConfig(_appConfig); @@ -53,5 +53,5 @@ There are several other callbacks available which are illustrated in the example ## Contributions This project aims to be a community driven project and is open to contributions. -Please file any issues and pull requests at [GitHub](https://github.com/chirp/chirp-connect-flutter) +Please file any issues and pull requests at [GitHub](https://github.com/chirp/chirp-flutter) Thank you! diff --git a/example/README.md b/example/README.md index a4ca55d..be0007b 100644 --- a/example/README.md +++ b/example/README.md @@ -6,4 +6,4 @@ Demonstrates how to use the ChirpSDK plugin. This project is a starting point for a Flutter application using Chirp. -- [Example Code](https://github.com/chirp/chirp-connect-flutter/tree/master/example) +- [Example Code](https://github.com/chirp/chirp-flutter/tree/master/example) diff --git a/pubspec.yaml b/pubspec.yaml index c999626..11040fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: chirpsdk -version: 0.1.0 +version: 0.1.1 description: Chirp enables your apps to send and receive information using sound. author: Asio Ltd -homepage: https://github.com/chirp/chirp-connect-flutter +homepage: https://github.com/chirp/chirp-flutter environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"