Skip to content

Commit

Permalink
build: Use latest YIO component versions
Browse files Browse the repository at this point in the history
+------------------------------+----------+-------------+
|  Component                   |  GitHub  |  Installed  |
+------------------------------+----------+-------------+
|  remote-software             |  v0.4.1  |  -          |
|  web-configurator            |  v0.1.6  |  -          |
|  remote-os                   |  v0.3.1  |             |
|  integration.dock            |  v0.5.1  |  -          |
|  integration.homey           |  v0.4.0  |  -          |
|  integration.home-assistant  |  v0.4.6  |  -          |
|  integration.openhab         |  v0.4.1  |  -          |
|  integration.spotify         |  v0.4.2  |  -          |
|  integration.openweather     |  v0.4.1  |  -          |
|  integration.roon            |  v0.3.1  |  -          |
+------------------------------+----------+-------------+
  • Loading branch information
zehnm committed May 17, 2020
1 parent d040704 commit 300dfb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yio-remote/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@ if BR2_PACKAGE_YIO_REMOTE
# Custom versions can be enabled with: BR2_PACKAGE_YIO_REMOTE_CUSTOM_VERSION
config BR2_PACKAGE_YIO_REMOTE_SOFTWARE_VERSION_DEF
string
default "v0.3.1"
default "v0.4.1"
config BR2_PACKAGE_YIO_WEB_CONFIGURATOR_VERSION_DEF
string
default "v0.1.4"
default "v0.1.6"
config BR2_PACKAGE_YIO_INTEGRATION_DOCK_VERSION_DEF
string
default "v0.4.0"
default "v0.5.1"
config BR2_PACKAGE_YIO_INTEGRATION_HOMEASSISTANT_VERSION_DEF
string
default "v0.4.2"
default "v0.4.6"
config BR2_PACKAGE_YIO_INTEGRATION_HOMEY_VERSION_DEF
string
default "v0.4.0"
config BR2_PACKAGE_YIO_INTEGRATION_OPENHAB_VERSION_DEF
string
default "v0.4.0"
default "v0.4.1"
config BR2_PACKAGE_YIO_INTEGRATION_SPOTIFY_VERSION_DEF
string
default "v0.4.0"
default "v0.4.2"
config BR2_PACKAGE_YIO_INTEGRATION_OPENWEATHER_VERSION_DEF
string
default "v0.4.0"
default "v0.4.1"
config BR2_PACKAGE_YIO_INTEGRATION_ROON_VERSION_DEF
string
default "v0.3.0"
default "v0.3.1"

choice
prompt "Source"
Expand Down

0 comments on commit 300dfb1

Please sign in to comment.