From d922ddc9b0ec16144a6ae5892562f583dd2d4149 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Thu, 13 Apr 2023 19:25:23 -0400 Subject: [PATCH] Version 0.5.0 --- README.md | 6 +++--- nfpm.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9de9b6..f4db6e3 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ For this to work you need to flash the LYWSD03MMC sensors with the custom firmwa # Installing -The current release is [v0.4.0](https://github.com/st3fan/mijia-hub/releases/tag/v0.4.0). +The current release is [v0.5.0](https://github.com/st3fan/mijia-hub/releases/tag/v0.5.0). The easiest way to get going with this is to download the attached .deb file and install it on a Raspberry Pi Zero W. If you have a device that is a different architecture, please file a bug and I will update the build scripts to generate the proper packages. ``` -$ wget https://github.com/st3fan/mijia-hub/releases/download/v0.4.0/mijia-hub_0.4.0_armhf.deb -$ sudo dpkg --install mijia-hub_0.4.0_armhf.deb +$ wget https://github.com/st3fan/mijia-hub/releases/download/v0.5.0/mijia-hub_0.5.0_armhf.deb +$ sudo dpkg --install mijia-hub_0.5.0_armhf.deb ``` The default PIN for new devices is `122334455`. You can change this in `/etc/default/mijia-hub`: diff --git a/nfpm.yaml b/nfpm.yaml index 7ad0828..e4d2f65 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -5,7 +5,7 @@ name: "mijia-hub" arch: ${NFPM_ARCH} platform: "linux" -version: "v0.4.0" +version: "v0.5.0" section: "default" priority: "extra" maintainer: "Stefan Arentz "