Skip to content

Commit

Permalink
v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikFerrari committed Sep 3, 2024
1 parent 2a7c526 commit ae86d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ArkeServer.MixProject do
use Mix.Project

@version "0.3.9"
@version "0.3.10"
@scm_url "https://github.com/arkemishub/arke-server"
@site_url "https://arkehub.com"

Expand Down Expand Up @@ -71,7 +71,7 @@ defmodule ArkeServer.MixProject do
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:arke, "~> 0.3.2"},
{:arke_postgres, "~> 0.3.2"},
{:arke_auth, "~> 0.3.0"},
{:arke_auth, "~> 0.3.3"},
{:hackney, "~> 1.18"},
{:swoosh, "~> 1.11"}
])
Expand Down

0 comments on commit ae86d10

Please sign in to comment.