chore: bump to 0.2.0
i finally remembered that with each feat commit you're supposed to bump the minor, not the patch. so i bumped to 0.2.0
This commit is contained in:
parent
41c67fe35e
commit
f18fc0ab63
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ defmodule Exmr.MixProject do
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :exmr,
|
app: :exmr,
|
||||||
version: "0.1.4",
|
version: "0.2.0",
|
||||||
elixir: "~> 1.14",
|
elixir: "~> 1.14",
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
|
|
Loading…
Reference in a new issue