Skip to content

Commit

Permalink
Bump to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Jan 13, 2025
1 parent 62f659a commit 551c5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The package can be installed by adding `snap` to your list of dependencies in
```elixir
def deps do
[
{:snap, "~> 0.11"},
{:snap, "~> 0.12"},
{:finch, "~> 0.16"}, # By default, Snap uses Finch to make HTTP requests
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Snap.MixProject do
use Mix.Project

@github_url "https://github.com/breakroom/snap"
@version "0.11.3"
@version "0.12.0"

def project do
[
Expand Down Expand Up @@ -55,7 +55,7 @@ defmodule Snap.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:finch, "~> 0.8", optional: true},
{:finch, "~> 0.19", optional: true},
{:castore, "~> 1.0"},
{:jason, "~> 1.0"},
{:telemetry, "~> 1.0 or ~> 0.4"},
Expand Down

0 comments on commit 551c5ce

Please sign in to comment.