Skip to content

Commit 74ca1ae

Browse files
authored
fix: name and version pattern (#25)
1 parent 449a7a6 commit 74ca1ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tmp/
1111
erl_crash.dump
1212
*.ez
1313
eventsourcingdb-*.tar
14-
EventSourcingDB-*.tar
1514

1615
# OS generated files and directories
1716
.DS_Store

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ defmodule EventSourcingDB.MixProject do
3535

3636
defp package do
3737
[
38+
name: "eventsourcingdb",
3839
description:
3940
"The official Elixir client SDK for EventSourcingDB – a purpose-built database for event sourcing.",
4041
links: %{
@@ -51,7 +52,7 @@ defmodule EventSourcingDB.MixProject do
5152
# can be changed to a module name, if you prefer
5253
main: "readme",
5354
source_url: @source_url,
54-
source_ref: "v#{@version}",
55+
source_ref: "#{@version}",
5556
# logo: "path/to/logo.png",
5657
extras: ["README.md"],
5758
groups_for_modules: [

0 commit comments

Comments
 (0)