Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rousset committed Jun 22, 2022
1 parent 19fd190 commit 7ee147a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `wireguardex` to your dependencies:
```elixir
def deps do
[
{:wireguardex, "~> 0.3.0"}
{:wireguardex, "~> 0.3.1"}
]
end
```
Expand Down Expand Up @@ -90,7 +90,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:wireguardex, "~> 0.3.0"}
{:wireguardex, "~> 0.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Wireguardex.MixProject do
use Mix.Project

@source_url "https://github.com/firezone/wireguardex"
@version "0.3.0"
@version "0.3.1"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/wireguard_nif/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/wireguard_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wireguard_nif"
version = "0.3.0"
version = "0.3.1"
authors = ["Andrew Rousset <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 7ee147a

Please sign in to comment.