Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jul 24, 2023
1 parent 73ff608 commit ab7699f
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
Expand Up @@ -2,7 +2,7 @@ defmodule Dataloader.Mixfile do
use Mix.Project

@source_url "https://github.com/absinthe-graphql/dataloader"
@version "2.0.0-dev"
@version "2.0.0"

def project do
[
Expand Down Expand Up @@ -61,7 +61,7 @@ defmodule Dataloader.Mixfile do

defp deps do
[
{:telemetry, "~> 1.0 or ~> 0.4"},
{:telemetry, "~> 1.0"},
{:ecto, ">= 3.4.3 and < 4.0.0", optional: true},
{:opentelemetry_process_propagator, "~> 0.2.1", optional: true},
{:ecto_sql, "~> 3.0", optional: true, only: :test},
Expand Down

0 comments on commit ab7699f

Please sign in to comment.