Update version, tool versions

This commit is contained in:
Floatingghost 2024-06-12 18:20:28 +01:00
parent fd7c4b6d3a
commit f1c72225a0
3 changed files with 4 additions and 2 deletions

2
.tool-versions Normal file
View file

@ -0,0 +1,2 @@
elixir 1.17.0-otp-27
erlang 27.0

View file

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: LGPL-3.0-only
use Mix.Config
import Config
config :http_signatures, adapter: HTTPSignatures.NullAdapter

View file

@ -8,7 +8,7 @@ defmodule HttpSignatures.MixProject do
[
app: :http_signatures,
description: "Library for manipulating and validating HTTP signatures",
version: "0.1.2",
version: "0.1.3",
elixir: "~> 1.7",
elixirc_options: [warnings_as_errors: true],
elixirc_paths: elixirc_paths(Mix.env()),