fix bug with ammo type selector

This commit is contained in:
2025-07-19 00:45:53 +00:00
parent 05b1630a96
commit 14615ac107
25 changed files with 101 additions and 95 deletions

View File

@ -4,7 +4,7 @@ defmodule Cannery.MixProject do
def project do
[
app: :cannery,
version: "0.9.15",
version: "0.9.16",
elixir: "1.18.4",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,