From 6a3d69b394efeb735d3768c163132ebfd20c61a2 Mon Sep 17 00:00:00 2001 From: Colter McQuay Date: Thu, 11 Nov 2021 06:32:56 -0800 Subject: [PATCH] chore: release 0.3.11-2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c01b63..6113165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.11-2] - 2021-11-11 ### Documentation - Add note for Android 11 setup diff --git a/package.json b/package.json index 8539ac3..5bb1436 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bugs": { "url": "https://github.com/cjam/react-native-spotify-remote/issues" }, - "version": "0.3.11-1", + "version": "0.3.11-2", "description": "React Native wrapper around the Spotify Remote SDK", "author": { "name": "Colter McQuay"