Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Feb 22, 2016
1 parent af7c523 commit e5e7ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed

```elixir
def deps do
[{:extripe, "~> 0.3.0"}]
[{:extripe, "~> 0.3.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Extripe.Mixfile do

def project do
[app: :extripe,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.2",
description: description,
package: package,
Expand Down

0 comments on commit e5e7ebd

Please sign in to comment.