Skip to content

Commit

Permalink
Published as pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Oct 3, 2021
1 parent 88b1259 commit 09e0b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule TagCloud.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.0-pre"
@url "https://github.com/robertdober/tag_cloud"

@description """
Expand All @@ -16,6 +16,7 @@ defmodule TagCloud.MixProject do
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
escript: [main_module: TagCloud.Cli],

start_permanent: Mix.env() == :prod,
deps: deps(),
description: @description,
Expand Down

0 comments on commit 09e0b97

Please sign in to comment.