Skip to content

Commit

Permalink
remove wx and observer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kociamber committed Sep 5, 2024
1 parent 2809875 commit bb2631c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Add ExOwm as a dependency to your `mix.exs` file:

```elixir
defp deps() do
[{:ex_owm, "~> 1.3.0"}]
[
{:ex_owm, "~> 1.3.1"}
]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ExOwm.Mixfile do
[
app: :ex_owm,
name: "ExOwm",
version: "1.3.0",
version: "1.3.1",
description: "OpenWeatherMap API Elixir client.",
source_url: @github_url,
homepage_url: @github_url,
Expand All @@ -32,7 +32,7 @@ defmodule ExOwm.Mixfile do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger, :wx, :observer, :runtime_tools],
extra_applications: [:logger, :runtime_tools],
mod: {ExOwm.Application, []}
]
end
Expand Down

0 comments on commit bb2631c

Please sign in to comment.