Skip to content

Commit

Permalink
bump 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Jul 13, 2014
1 parent 6767053 commit 1495990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: erlang
otp_release:
- 17.0
before_install:
- wget -O elixir.zip http://s3.hex.pm/builds/elixir/v0.14.2.zip
- wget -O elixir.zip http://s3.hex.pm/builds/elixir/v0.14.3.zip
- unzip -d elixir elixir.zip
- export PATH="$PATH:$PWD/elixir/bin"
- mix local.hex --force
Expand Down
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ defmodule Faker.Mixfile do
use Mix.Project

def project do
[ app: :faker,
version: "0.3.1",
[
app: :faker,
version: "0.3.2",
elixir: ">= 0.14.2",
description: "Faker is pure Elixir library for generating fake data.",
package: package,
deps: deps ]
deps: deps
]
end

def application do
Expand Down

0 comments on commit 1495990

Please sign in to comment.