Skip to content

Commit b06931f

Browse files
committed
v0.0.3
1 parent 6b6687e commit b06931f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1313
1. Add repg2 to your list of dependencies in `mix.exs`:
1414

1515
def deps do
16-
[{:repg2, "~> 0.0.2"}]
16+
[{:repg2, "~> 0.0.3"}]
1717
end
1818

1919
2. Ensure repg2 is started before your application:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule RePG2.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.2"
4+
@version "0.0.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)