We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca784d commit c20698eCopy full SHA for c20698e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# open890 Changelog
2
3
-## Unreleased
+## 1.0.5 - 2023-04-20
4
* Fix crash related to turning Mic Gain all the way up to 100 (#115)
5
* Added MHz button indicator (#112)
6
mix.exs
@@ -2,7 +2,7 @@ defmodule Open890.MixProject do
use Mix.Project
@app :open890
- def version, do: "0.0.0-dev"
+ def version, do: "1.0.5"
7
def project do
8
[
0 commit comments