Skip to content

Commit ad759e0

Browse files
authored
Merge branch 'main' into fix/transactions-to-itself
2 parents 730a253 + 17a32a9 commit ad759e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Hex Release
22

33
on:
44
release:
5+
types: [published]
56

67
jobs:
78
publish:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You will just need to add `:numscriptex` as a dependency on your `mix.exs`, and
1414
```elixir
1515
def deps do
1616
[
17-
{:numscriptex, "~> 0.2.0"}
17+
{:numscriptex, "~> 0.2.1"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ defmodule Numscriptex.MixProject do
6464

6565
defp package do
6666
%{
67-
organization: "loggin",
6867
licenses: ["MIT"],
6968
links: %{"GitHub" => @source_url},
7069
maintaners: ["Vinicius Costa", "Fernando Mumbach"]

0 commit comments

Comments
 (0)