Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
2
files changed
+2
additions
-2
deletions
| @@ -1,7 +1,7 @@ | |
| 1 1 | {<<"links">>, |
| 2 2 | [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/hangman_dictionary">>}]}. |
| 3 3 | {<<"name">>,<<"hangman_dictionary">>}. |
| 4 | - {<<"version">>,<<"0.1.53">>}. |
| 4 | + {<<"version">>,<<"0.1.54">>}. |
| 5 5 | {<<"description">>, |
| 6 6 | <<"Dictionary for the Hangman Game. Returns a random word.">>}. |
| 7 7 | {<<"elixir">>,<<"~> 1.11">>}. |
| @@ -4,7 +4,7 @@ defmodule Hangman.Dictionary.Mixfile do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :hangman_dictionary, |
| 7 | - version: "0.1.53", |
| 7 | + version: "0.1.54", |
| 8 8 | elixir: "~> 1.11", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Hangman Dictionary", |