Skip to content

Commit

Permalink
Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmor5 committed Aug 7, 2024
1 parent 8c74607 commit 7a6639c
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
Expand Up @@ -2,12 +2,12 @@ defmodule Hop.MixProject do
use Mix.Project

@source_url "https://github.com/seanmor5/hop"
@version "0.1.0"
@version "0.1.1"

def project do
[
app: :hop,
version: "0.1.0",
version: @version,
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 7a6639c

Please sign in to comment.