Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Nov 23, 2024
1 parent 65d88f6 commit c23ca2b
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
@@ -1,13 +1,13 @@
defmodule Twittertex.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.5.0"

def project do
[
app: :twittertex,
version: @version,
elixir: "~> 1.9",
elixir: "~> 1.16",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit c23ca2b

Please sign in to comment.