4
0
Fork 0

Bumped version number to 0.1.5

pull/16/head v0.1.5
hswick 6 years ago
parent 30bfdaade5
commit cc6b197fb1
  1. 2
      README.md
  2. 2
      mix.exs

@ -5,7 +5,7 @@
## Installation
def deps do
[{:exw3, "~> 0.1.4"}]
[{:exw3, "~> 0.1.5"}]
end
## Overview

@ -3,7 +3,7 @@ defmodule ExW3.MixProject do
def project do
[app: :exw3,
version: "0.1.4",
version: "0.1.5",
elixir: "~> 1.6.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,

Loading…
Cancel
Save