From e93187b630e577e0ad92dc5ac3224e185eb7731e Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 12 Mar 2020 09:34:10 -0700 Subject: [PATCH] 0.1.5 add support for EU 433MHz radios thanks to @astro-arphid --- README.md | 2 ++ bin/version.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c67626bba..313199a48 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ We'd love to have you join us on this merry little project. Please see our [dev # Credits This project is run by volunteers. Past contributors include: + +* @astro-arphid: Added support for 433MHz radios in europe. * @claesg: Various documentation fixes and 3D print enclosures * @girtsf: So far our CI system, but soon lots of device improvements diff --git a/bin/version.sh b/bin/version.sh index 51d9db67e..983aa7670 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1,3 +1,3 @@ -export VERSION=0.1.3 \ No newline at end of file +export VERSION=0.1.5 \ No newline at end of file