Skip to content

Commit 551c5ce

Browse files
committed
Bump to version 0.12.0
1 parent 62f659a commit 551c5ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The package can be installed by adding `snap` to your list of dependencies in
2525
```elixir
2626
def deps do
2727
[
28-
{:snap, "~> 0.11"},
28+
{:snap, "~> 0.12"},
2929
{:finch, "~> 0.16"}, # By default, Snap uses Finch to make HTTP requests
3030
]
3131
end

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Snap.MixProject do
22
use Mix.Project
33

44
@github_url "https://github.com/breakroom/snap"
5-
@version "0.11.3"
5+
@version "0.12.0"
66

77
def project do
88
[
@@ -55,7 +55,7 @@ defmodule Snap.MixProject do
5555
# Run "mix help deps" to learn about dependencies.
5656
defp deps do
5757
[
58-
{:finch, "~> 0.8", optional: true},
58+
{:finch, "~> 0.19", optional: true},
5959
{:castore, "~> 1.0"},
6060
{:jason, "~> 1.0"},
6161
{:telemetry, "~> 1.0 or ~> 0.4"},

0 commit comments

Comments
 (0)