Skip to content

Commit

Permalink
Version bump and Elixir dependency bump to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Sharples committed Dec 12, 2023
1 parent dea28db commit 4e2402e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Statistics.Mixfile do
use Mix.Project

@version "0.6.2"
@version "0.6.3"

def project do
[
app: :statistics,
version: @version,
elixir: ">= 1.5.0",
elixir: ">= 1.11.4",
description: description(),
package: package(),
deps: deps()
Expand Down

0 comments on commit 4e2402e

Please sign in to comment.