We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801311f commit 4ef7bc2Copy full SHA for 4ef7bc2
changelog.md
@@ -1,4 +1,9 @@
1
-* mkchromecast (0.3.7) **unreleased**
+* mkchromecast (0.3.7.1) **2017/05/21**
2
+
3
+ - macOS bundle built in Yosemite to add more compatibility.
4
+ - Bumped version to match debian official release.
5
6
+* mkchromecast (0.3.7) **2017/05/20**
7
8
- node streaming updated to work with `node v7.10.0`.
9
- Added ALSA device configuration in preferences pane.
mkchromecast/version.py
@@ -2,4 +2,4 @@
# This file is part of mkchromecast.
-__version__ = '0.3.7'
+__version__ = '0.3.7.1'
0 commit comments