Skip to content

Commit

Permalink
Nostrum 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 18, 2024
1 parent 187b6bf commit b7b684b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appup.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# See the appup cookbook for instructions:
# https://www.erlang.org/doc/design_principles/appup_cookbook.html
{
~c"0.9.1",
~c"0.10.0",
[
# Upgrade instructions
{~c"0.9.1", []},
{~c"0.9.0", []},
{~c"0.9.0-rc1", []},
{~c"0.9.0-alpha3", []},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Nostrum.Mixfile do
app: :nostrum,
appup: "appup.ex",
compilers: Mix.compilers() ++ [:appup],
version: "0.9.1",
version: "0.10.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit b7b684b

Please sign in to comment.