Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 25, 2024
1 parent 1bb2563 commit af4c6e4
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.4.0",
version: "0.5.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.4.0",
version: "0.5.0",
elixir: "~> 1.17",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit af4c6e4

Please sign in to comment.