This commit is contained in:
Jamil Bou Kheir
2020-11-04 10:46:48 -06:00
parent 3b17a9bb6e
commit a32fd3ec96
8 changed files with 8 additions and 8 deletions

View File

@@ -38,5 +38,5 @@
tasks:
- name: Install FireGuard deb
shell: |
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.2/fireguard_amd64.deb
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.3/fireguard_amd64.deb
dpkg -i fireguard_amd64.deb

View File

@@ -4,7 +4,7 @@ defmodule FgHttp.MixProject do
def project do
[
app: :fg_http,
version: "0.1.2",
version: "0.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",

View File

@@ -10,7 +10,7 @@ by adding `fg_vpn` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fg_vpn, "~> 0.1.2"}
{:fg_vpn, "~> 0.1.3"}
]
end
```

View File

@@ -4,7 +4,7 @@ defmodule FgVpn.MixProject do
def project do
[
app: :fg_vpn,
version: "0.1.2",
version: "0.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",

View File

@@ -10,7 +10,7 @@ by adding `fg_wall` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fg_wall, "~> 0.1.2"}
{:fg_wall, "~> 0.1.3"}
]
end
```

View File

@@ -4,7 +4,7 @@ defmodule FgWall.MixProject do
def project do
[
app: :fg_wall,
version: "0.1.2",
version: "0.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",

View File

@@ -8,7 +8,7 @@ defmodule FireguardUmbrella.MixProject do
def project do
[
apps_path: "apps",
version: "0.1.2",
version: "0.1.3",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
preferred_cli_env: [

View File

@@ -1,5 +1,5 @@
Package: fireguard
Version: 0.1.2-1
Version: 0.1.3-1
Architecture: amd64
Maintainer: CloudFire, LLC <dpkg@cloudfire.network>
Depends: systemd (>= 245.4-4ubuntu3.3), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql-12 (>= 12.4-0ubuntu0.20.04.1), iptables (>= 1.8.4-3ubuntu2)