From 93d604d48c5a51ab68268809ce7e9325d2549159 Mon Sep 17 00:00:00 2001 From: Andrew Rousset Date: Thu, 9 Jun 2022 16:33:24 +0000 Subject: [PATCH] Release 0.2.0 --- README.md | 2 +- mix.exs | 2 +- native/wireguard_nif/Cargo.lock | 2 +- native/wireguard_nif/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 012b8a0..52f6024 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ in `mix.exs`: ```elixir def deps do [ - {:wireguardex, "~> 0.1.2"} + {:wireguardex, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 9580c6e..9088d6f 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [ diff --git a/native/wireguard_nif/Cargo.lock b/native/wireguard_nif/Cargo.lock index d049462..c7dd5df 100644 --- a/native/wireguard_nif/Cargo.lock +++ b/native/wireguard_nif/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "wireguard_nif" -version = "0.1.2" +version = "0.2.0" dependencies = [ "rustler", "wireguard-control", diff --git a/native/wireguard_nif/Cargo.toml b/native/wireguard_nif/Cargo.toml index b082736..20a786b 100644 --- a/native/wireguard_nif/Cargo.toml +++ b/native/wireguard_nif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wireguard_nif" -version = "0.1.2" +version = "0.2.0" authors = ["Andrew Rousset "] edition = "2018"