chore: release version v1.0.4
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
James Harton 2024-04-24 13:17:17 +12:00
parent 86f99514a2
commit 846eafd4c1
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.4](https://gitlab.com/jimsy/wafer/compare/v1.0.3...v1.0.4) (2024-04-24)
## [v1.0.3](https://gitlab.com/jimsy/wafer/compare/v1.0.2...v1.0.3) (2023-11-24)

View file

@ -127,7 +127,7 @@ installed by adding `wafer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wafer, "~> 1.0.3"}
{:wafer, "~> 1.0.4"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Wafer.MixProject do
peripherals and interacting with GPIO pins easier.
"""
@version "1.0.3"
@version "1.0.4"
def project do
[