Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rousset committed Jun 9, 2022
1 parent 4c167b0 commit 93d604d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:wireguardex, "~> 0.1.2"}
{:wireguardex, "~> 0.2.0"}
]
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.1.2"
@version "0.2.0"

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.1.2"
version = "0.2.0"
authors = ["Andrew Rousset <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 93d604d

Please sign in to comment.