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

Commit ae7ed39

Browse files
authored
Merge pull request #6 from chirp/release/v0.1.1
Update version number
2 parents 523b78b + c31b437 commit ae7ed39

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Chirp SDK Flutter
22

3+
## 0.1.1 - 01/03/19
4+
5+
- Upgrade to Android v3.6.1
6+
37
## 0.1.0 - 22/01/19
48

59
- Bringing out of experimental status

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Send data with sound.
77
Sign up at the Chirp [Developer Hub](https://developers.chirp.io/sign-up)
88

99
Copy and paste your Chirp app key, secret and chosen configuration into the
10-
[example application](https://github.com/chirp/chirp-connect-flutter/tree/master/chirpsdk/example)
10+
[example application](https://github.com/chirp/chirp-flutter/tree/master/chirpsdk/example)
1111

1212
await ChirpSDK.init(_appKey, _appSecret);
1313
await ChirpSDK.setConfig(_appConfig);
@@ -53,5 +53,5 @@ There are several other callbacks available which are illustrated in the example
5353
## Contributions
5454

5555
This project aims to be a community driven project and is open to contributions.
56-
Please file any issues and pull requests at [GitHub](https://github.com/chirp/chirp-connect-flutter)
56+
Please file any issues and pull requests at [GitHub](https://github.com/chirp/chirp-flutter)
5757
Thank you!

example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Demonstrates how to use the ChirpSDK plugin.
66

77
This project is a starting point for a Flutter application using Chirp.
88

9-
- [Example Code](https://github.com/chirp/chirp-connect-flutter/tree/master/example)
9+
- [Example Code](https://github.com/chirp/chirp-flutter/tree/master/example)

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: chirpsdk
2-
version: 0.1.0
2+
version: 0.1.1
33
description: Chirp enables your apps to send and receive information using sound.
44
author: Asio Ltd <[email protected]>
5-
homepage: https://github.com/chirp/chirp-connect-flutter
5+
homepage: https://github.com/chirp/chirp-flutter
66

77
environment:
88
sdk: ">=2.0.0-dev.68.0 <3.0.0"

0 commit comments

Comments
 (0)