Packages

Calculating Azan times for a given location

Current section

4 Versions

Jump to

Compare versions

2 files changed
+3 additions
-3 deletions
  @@ -1,9 +1,8 @@
1 1 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/drselump14/azan_ex">>}]}.
2 2 {<<"name">>,<<"azan_ex">>}.
3 - {<<"version">>,<<"0.3.0">>}.
3 + {<<"version">>,<<"0.3.1">>}.
4 4 {<<"description">>,<<"Calculating Azan times for a given location">>}.
5 5 {<<"elixir">>,<<"~> 1.13">>}.
6 - {<<"app">>,<<"azan_ex">>}.
7 6 {<<"files">>,
8 7 [<<"lib">>,<<"lib/azan.ex">>,<<"lib/azan">>,<<"lib/azan/prayer_time.ex">>,
9 8 <<"lib/azan/calculation_parameter.ex">>,<<"lib/azan/date_utils.ex">>,
  @@ -19,6 +18,7 @@
19 18 <<"lib/azan/asr_time.ex">>,<<"lib/azan/sunrise_time.ex">>,
20 19 <<"lib/azan/dhuhr_time.ex">>,<<"lib/azan/astronomy_utility.ex">>,
21 20 <<"mix.exs">>,<<"README.md">>,<<"LICENSE.md">>]}.
21 + {<<"app">>,<<"azan_ex">>}.
22 22 {<<"licenses">>,[<<"MIT">>]}.
23 23 {<<"requirements">>,
24 24 [[{<<"name">>,<<"decimal">>},
  @@ -7,7 +7,7 @@ defmodule Azan.Azan.MixProject do
7 7 def project do
8 8 [
9 9 app: :azan_ex,
10 - version: "0.3.0",
10 + version: "0.3.1",
11 11 elixir: "~> 1.13",
12 12 compilers: [:domo_compiler] ++ Mix.compilers(),
13 13 start_permanent: Mix.env() == :prod,