~cosmicrose/hex_licenses

019a00fe9594af5349e0cdd8c21df4df150774a6 — Rosa Richter 1 year, 8 months ago a4b4697 v0.3.3
Bump version: 0.3.2 → 0.3.3
2 files changed, 2 insertions(+), 2 deletions(-)

M .bumpversion.cfg
M mix.exs
M .bumpversion.cfg => .bumpversion.cfg +1 -1
@@ 1,5 1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True
sign_tags = True

M mix.exs => mix.exs +1 -1
@@ 9,7 9,7 @@ defmodule HexLicenses.MixProject do
    [
      app: :hex_licenses,
      description: "Mix tasks to help you use open-source licenses",
      version: "0.3.2",
      version: "0.3.3",
      elixir: "~> 1.11",
      start_permanent: Mix.env() == :prod,
      package: package(),