Skip to content

Commit

Permalink
Merge pull request #24 from curiosum-dev/feature/set-docs-entry-and-b…
Browse files Browse the repository at this point in the history
…ump-mix-version

Set docs entry and bump mix version
  • Loading branch information
arturz authored Sep 4, 2023
2 parents 035bc8b + 69c2bfb commit ede364c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Kanta.MixProject do
app: :kanta,
description: "User-friendly translations manager for Elixir/Phoenix projects.",
package: package(),
version: "0.1.3",
version: "0.2.0",
elixir: "~> 1.14",
elixirc_options: [
warnings_as_errors: true
Expand All @@ -17,7 +17,8 @@ defmodule Kanta.MixProject do
dialyzer: dialyzer(),
docs: [
extras: ["docs/how-to-write-plugins.md"],
assets: "docs/assets"
assets: "docs/assets",
main: "Kanta"
]
]
end
Expand Down

0 comments on commit ede364c

Please sign in to comment.