Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pehbehbeh committed Dec 6, 2023
2 parents e810f6b + 35ecd7d commit 1872bac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Backpex.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@source_url "https://github.com/naymspace/backpex"

def project do
Expand All @@ -12,10 +12,13 @@ defmodule Backpex.MixProject do
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
aliases: aliases(),
dialyzer: dialyzer(),

# Hex.pm
package: package(),
description: "Phoenix Admin Panel built with PETAL.",

# Docs
name: "Backpex",
source_url: @source_url,
Expand Down

0 comments on commit 1872bac

Please sign in to comment.