Skip to content

Commit

Permalink
Don't collide with the main scrivener_ecto package
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Dec 19, 2024
1 parent 7e63655 commit 911145e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Scrivener.Ecto.Mixfile do

def project do
[
app: :scrivener_ecto,
version: "3.0.0",
app: :torch_scrivener_ecto,
version: "3.0.1",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule Scrivener.Ecto.Mixfile do
name: "torch_scrivener_ecto",
maintainers: ["MojoTech, LLC"],
licenses: ["MIT"],
links: %{"github" => "https://github.com/mojotech/scrivener_ecto"},
links: %{"github" => "https://github.com/mojotech/torch_scrivener_ecto"},
files: [
"lib/scrivener",
"mix.exs",
Expand Down

0 comments on commit 911145e

Please sign in to comment.