We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347e48d commit ebe5fbbCopy full SHA for ebe5fbb
README.md
@@ -14,7 +14,7 @@ Weddell is an Elixir client for [Google Pub/Sub](https://cloud.google.com/pubsub
14
```elixir
15
def deps do
16
[
17
- {:weddell, "~> 0.1.0-alpha.1"},
+ {:weddell, "~> 0.1.1-alpha.1"},
18
{:goth, "~> 0.11.0"},
19
]
20
end
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Weddell.Mixfile do
2
use Mix.Project
3
4
- @version "0.1.0-alpha.1"
+ @version "0.1.1-alpha.1"
5
6
def project do
7
0 commit comments