Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Oct 31, 2020
1 parent a2eba43 commit af8e7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AFK can be installed by adding `afk` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:afk, "~> 0.1.0"}
{:afk, "~> 0.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AFK.MixProject do

use Mix.Project

@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/nerves-keyboard/afk"

def project do
Expand Down

0 comments on commit af8e7a8

Please sign in to comment.