Skip to content

Commit

Permalink
Chore: Bump to 0.1.8 (no :wx, :observer)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Dec 15, 2023
1 parent eb0e3b2 commit a30271e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.8 (2023-12-15)

- remove wx from `:extra_applications`

## v0.1.7 (2023-11-24)

- make JSON package configurable
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Surrealix.MixProject do
use Mix.Project
@source_url "https://github.com/maxohq/surrealix"
@version "0.1.7"
@version "0.1.8"

def project do
[
Expand All @@ -21,7 +21,7 @@ defmodule Surrealix.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger, :runtime_tools, :wx, :observer],
extra_applications: [:logger, :runtime_tools],
mod: {Surrealix.Application, []}
]
end
Expand Down

0 comments on commit a30271e

Please sign in to comment.