From 914dbd3c1f0caea4e3238a64a4ad4b7df424c5c2 Mon Sep 17 00:00:00 2001 From: CommunityMaintained <293462701+CommunityMaintained@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:45:17 -0500 Subject: [PATCH] feat: bump release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 27e5f85..c62a12f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do def project do [ app: :pinchflat, - version: "2025.9.26", + version: "1.0.0", elixir: "~> 1.17", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [warnings_as_errors: System.get_env("EX_CHECK") == "1"],