We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faf6cc0 + 7b9a82b commit 482a987Copy full SHA for 482a987
README.md
@@ -10,7 +10,7 @@ Provides a simple interface to interact with the official Google API [GoogleApi.
10
```elixir
11
def deps do
12
[
13
- {:pplus_firestore, "~> 0.1.5"}
+ {:pplus_firestore, "~> 0.1.6"}
14
]
15
end
16
```
mix.exs
@@ -2,7 +2,7 @@ defmodule PPlusFireStore.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/PagoPlus/pplus-firestore"
5
- @version "0.1.5"
+ @version "0.1.6"
6
7
def project do
8
0 commit comments