Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed Apr 24, 2016
1 parent 67ef318 commit 9bc6f43
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 @@ -13,7 +13,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1. Add repg2 to your list of dependencies in `mix.exs`:

def deps do
[{:repg2, "~> 0.0.1"}]
[{:repg2, "~> 0.0.2"}]
end

2. Ensure repg2 is started before your application:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule RePG2.Mixfile do
use Mix.Project

@version "0.0.1"
@version "0.0.2"

def project do
[
Expand Down

0 comments on commit 9bc6f43

Please sign in to comment.