Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaur committed Apr 26, 2023
1 parent 6c31ddc commit d2db973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.2

- Change `:attributes` option to a keyword list

## v1.0.1

- Use options instead of global config for path and attributes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule PhoenixSVG.MixProject do
def project do
[
app: :phoenix_svg,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d2db973

Please sign in to comment.