Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
- Fix `README.md`.
  • Loading branch information
gmpassos committed Aug 2, 2020
1 parent 7e226f9 commit 17bd365
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.9

- Fix `README.md`.

## 1.0.8

- Fix some errors.
Expand Down
12 changes: 6 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Original project (JS):
https://github.com/goldfire/howler.js

Dart port project:
https://github.com/gmpassos/howler.dart

Copyright (c) 2013-2019 Graciliano M. Passos, James Simpson and GoldFire Studios, Inc.

Permission is hereby granted, free of charge, to any person obtaining
Expand All @@ -24,3 +18,9 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Original project (JS):
https://github.com/goldfire/howler.js

Dart port project:
https://github.com/gmpassos/howler.dart
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![howler.dart](https://github.com/gmpassos/howler.dart/blob/master/logo/howler-dart-logo.png?raw=true "howler.dart")](https://github.com/gmpassos/howler.dart)


[![pub package](https://img.shields.io/pub/v/howler.dart.svg?logo=dart&logoColor=00b9fc)](https://pub.dartlang.org/packages/howler.dart)
[![pub package](https://img.shields.io/pub/v/howler.svg?logo=dart&logoColor=00b9fc)](https://pub.dartlang.org/packages/howler.dart)
[![CI](https://img.shields.io/github/workflow/status/gmpassos/howler.dart/Dart%20CI/master?logo=github-actions&logoColor=white)](https://github.com/gmpassos/howler.dart/actions)
[![GitHub Tag](https://img.shields.io/github/v/tag/gmpassos/howler.dart?logo=git&logoColor=white)](https://github.com/gmpassos/howler.dart/releases)
[![New Commits](https://img.shields.io/github/commits-since/gmpassos/howler.dart/latest?logo=git&logoColor=white)](https://github.com/gmpassos/howler.dart/network)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: howler
description: Audio library for the modern web. This makes working with audio in Dart easy and reliable across many platforms. (Port of howler.js to Dart)
version: 1.0.8
version: 1.0.9
homepage: https://github.com/gmpassos/howler.dart

environment:
Expand Down

0 comments on commit 17bd365

Please sign in to comment.