From 1082bd96eb5d353d9f315070d047afea9e5485e7 Mon Sep 17 00:00:00 2001 From: Guillaume Besson Date: Tue, 3 Nov 2020 13:21:31 +0100 Subject: [PATCH] :bookmark: v0.4.12 --- CHANGELOG.md | 12 ++++++++++++ app/package.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7beae11..76392b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog + +## 0.4.12 (2020-11-03) + +### Fixed + +- 🐛 Fixed RaspberryPi audio output [[afda8f6](https://github.com/geekuillaume/soundsync/commit/afda8f6fd974252e6e57cb5cf415b6d17f6bc6b4)] + +### Miscellaneous + +- 🚧 Bump to dev version [[a6e282d](https://github.com/geekuillaume/soundsync/commit/a6e282d33f7e85da3589ed384a33802ba99a3929)] + + ## 0.4.11 (2020-11-02) diff --git a/app/package.json b/app/package.json index 6888e15..10a92a8 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "soundsync", - "version": "0.4.11-dev", + "version": "0.4.12", "description": "Plug virtual cables between any audio source and any speakers in your home", "author": "Guillaume Besson ", "main": "./entrypoint.js", diff --git a/package.json b/package.json index 751243a..b329ea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soundsync", - "version": "0.4.11-dev", + "version": "0.4.12", "description": "Plug virtual cables between any audio source and any speakers in your home", "author": "Guillaume Besson ", "homepage": "https://soundsync.app",