Skip to content

Commit 89aa60f

Browse files
committed
publish 3.0.0
1 parent 85b445a commit 89aa60f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.0
2+
* All changes from dev builds
3+
* chore: Bump native iOS SDK to 1.2.4 (#208)
4+
* chore: Update Spotify iOS SDK to v2.1.7 (#216)
5+
* chore: Update android versions (#219)
6+
17
## 3.0.0-dev.3
28
* Fix: prevent multiple iOS initializations (#203)
39
* Chore: Update libraries (#202)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# spotify_sdk
22

33
<p align="center">
4-
<a href="https://pub.dev/packages/spotify_sdk"><img src="https://img.shields.io/badge/pub-3.0.0.dev.3-orange" alt="build"></a>
4+
<a href="https://pub.dev/packages/spotify_sdk"><img src="https://img.shields.io/badge/pub-3.0.0-orange" alt="build"></a>
55
<a href="https://github.com/brim-borium/spotify_sdk"><img src="https://img.shields.io/github/stars/brim-borium/spotify_sdk?color=deeppink" alt="build"></a>
6-
<a href="https://github.com/brim-borium/spotify_sdk/actions?query=workflow%3Aspotify_sdk"><img src="https://img.shields.io/github/actions/workflow/status/brim-borium/spotify_sdk/spotify_sdk.yml" alt="build"></a>
76
<a href="https://github.com/brim-borium/spotify_sdk/blob/main/LICENSE"><img src="https://img.shields.io/github/license/brim-borium/spotify_sdk?color=blue" alt="build"></a>
87
</p>
98

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spotify_sdk
22
description: A flutter plugin that let's you communicate with the spotify sdk and auth lib
3-
version: 3.0.0-dev.3
3+
version: 3.0.0
44
homepage: https://github.com/brim-borium/spotify_sdk
55
issue_tracker: https://github.com/brim-borium/spotify_sdk/issues
66

0 commit comments

Comments
 (0)