Skip to content

Commit

Permalink
1.13 as minimum Elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Feb 6, 2024
1 parent 659d2f8 commit 58be627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v?.?.? (yyyy-mm-dd)

* Set minimum Elixir version to `v1.13`

## v0.6.1 (2023-06-02)

* Support Surface `v0.11`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule SurfaceMarkdown.MixProject do
[
app: :surface_markdown,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.13",
description: "A Markdown component for Surface",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 58be627

Please sign in to comment.