Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from chirp/release/v0.1.1
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
joextodd authored Mar 1, 2019
2 parents 523b78b + c31b437 commit ae7ed39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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!
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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"
Expand Down

0 comments on commit ae7ed39

Please sign in to comment.