Skip to content

Commit

Permalink
Merge pull request #47 from Aircloak/Minor-pre-release-fixes
Browse files Browse the repository at this point in the history
Release related bumps
  • Loading branch information
sebastian authored Jun 30, 2020
2 parents 9560059 + 26010c8 commit 11573c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
defmodule Phoenix.GenSocketClient.Mixfile do
use Mix.Project

@version "2.1.1"
@version "3.0.0"
@github_url "https://github.com/Aircloak/phoenix_gen_socket_client"

def project do
[
app: :phoenix_gen_socket_client,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 11573c3

Please sign in to comment.