Skip to content

Commit 482a987

Browse files
authored
Merge pull request #25 from PagoPlus/release/v0.1.6
[RELEASE] Update version to 0.1.6
2 parents faf6cc0 + 7b9a82b commit 482a987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Provides a simple interface to interact with the official Google API [GoogleApi.
1010
```elixir
1111
def deps do
1212
[
13-
{:pplus_firestore, "~> 0.1.5"}
13+
{:pplus_firestore, "~> 0.1.6"}
1414
]
1515
end
1616
```

mix.exs

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

44
@source_url "https://github.com/PagoPlus/pplus-firestore"
5-
@version "0.1.5"
5+
@version "0.1.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)