Skip to content

Commit

Permalink
Bump package version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 22, 2024
1 parent 811c9b3 commit d5f5649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule ExTTRPGDev.CLI do
Optimus.new!(
name: "ex_ttrpg_dev",
description: "CLI for all things RPG",
version: "0.3.0",
version: "0.4.0",
author: "Quigley Malcolm [email protected]",
about: "Utility for playing tabletop role-playing games.",
allow_unknown_args: false,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExTTRPGDev.MixProject do
def project do
[
app: :ex_ttrpg_dev,
version: "0.3.0",
version: "0.4.0",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d5f5649

Please sign in to comment.