Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 29, 2024
1 parent 20de476 commit eb43078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ used as driver and you will need the `gun` and `jason` packages as well.
def deps do
[
# ...
{:gun, "~> 2.0"},
{:gun, "~> 2.1"},
{:jason, "~> 1.4"},
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule GraphQLWSClient.MixProject do
use Mix.Project

@github_url "https://github.com/tlux/graphql_ws_client"
@version "2.0.1"
@version "2.0.2"

def project do
[
Expand Down

0 comments on commit eb43078

Please sign in to comment.