Skip to content

Commit 841ca72

Browse files
committed
chore: bumping version and required elixir version (1.3 => 1.14)
1 parent b4688ee commit 841ca72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.6
1+
0.2.7

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ExImageInfo.Mixfile do
77
description:
88
"ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.",
99
version: "VERSION" |> File.read!() |> String.trim(),
10-
elixir: "~> 1.3",
10+
elixir: "~> 1.14",
1111
name: "ExImageInfo",
1212
package: package(),
1313
build_embedded: Mix.env() == :prod,

0 commit comments

Comments
 (0)