Skip to content

Commit

Permalink
Merge pull request #11 from pappersverk/bump-0.3.5
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
luisgabrielroldan authored Dec 30, 2021
2 parents f7d0921 + 8a05e84 commit 7f0c054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Graphic primitives
```elixir
def deps do
[
{:oled, "~> 0.3.4"}
{:oled, "~> 0.3"}
]
end
```
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OLED.MixProject do
use Mix.Project

@version "0.3.4"
@version "0.3.5"

def project do
[
Expand Down Expand Up @@ -43,7 +43,8 @@ defmodule OLED.MixProject do
%{
files: ["lib", "mix.exs", "README.md"],
maintainers: [
"Gabriel Roldan"
"Gabriel Roldan",
"Phillipp Ohlandt"
],
licenses: ["Apache License 2.0"],
links: %{
Expand Down

0 comments on commit 7f0c054

Please sign in to comment.