Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrabbers committed Feb 20, 2023
1 parent 0d8a20d commit 4bc4b39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions lib/ffc_ex/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,6 @@ defmodule FfcEx.Game do
end
end

@impl true
def handle_cast({user_id, :state}, game) do
# TODO: Debug command!
tell(user_id, "```elixir\n#{inspect(game, pretty: true, limit: 10, width: 120)}```")
{:noreply, game}
end

@impl true
def handle_cast({user_id, {:play, card_str}}, game) do
cond do
Expand Down
1 change: 0 additions & 1 deletion lib/ffc_ex/game_cmd_parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defmodule FfcEx.GameCmdParser do

result = case split do
["hand"] -> :hand
["state"] -> :state
["status"] -> :status
["draw"] -> :draw
["pass"] -> :pass
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 FfcEx.MixProject do
def project do
[
app: :ffc_ex,
version: "0.1.0",
version: "1.0.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps()
Expand Down

0 comments on commit 4bc4b39

Please sign in to comment.