Skip to content

Commit ebe5fbb

Browse files
committed
v0.1.1-alpha.1
1 parent 347e48d commit ebe5fbb

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
@@ -14,7 +14,7 @@ Weddell is an Elixir client for [Google Pub/Sub](https://cloud.google.com/pubsub
1414
```elixir
1515
def deps do
1616
[
17-
{:weddell, "~> 0.1.0-alpha.1"},
17+
{:weddell, "~> 0.1.1-alpha.1"},
1818
{:goth, "~> 0.11.0"},
1919
]
2020
end

mix.exs

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

4-
@version "0.1.0-alpha.1"
4+
@version "0.1.1-alpha.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)