Skip to content

Commit

Permalink
Merge pull request #35 from firezone/bump-0.3.5
Browse files Browse the repository at this point in the history
Bump to v0.3.5
  • Loading branch information
jamilbk authored Aug 10, 2022
2 parents 2db0d36 + a7b2165 commit c663d23
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.4"}
{:wireguardex, "~> 0.3.5"}
]
end
```
Expand Down Expand Up @@ -90,7 +90,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:wireguardex, "~> 0.3.4"}
{:wireguardex, "~> 0.3.5"}
]
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.4"
@version "0.3.5"

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.4"
version = "0.3.5"
authors = ["Andrew Rousset <andrew@firezone.dev>"]
edition = "2018"

Expand Down

0 comments on commit c663d23

Please sign in to comment.