Skip to content

Commit

Permalink
🚑 Export formatter config
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
ImNotAVirus committed Sep 8, 2023
1 parent 235f590 commit 35586c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

Add `.formatter.exs` file to release for `import_deps`

## 0.1.0

Pre-release, this is not a production ready release !
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The package can be installed by adding `elvengard_network` to your list of depen
```elixir
def deps do
[
{:elvengard_network, "~> 0.1.0"}
{:elvengard_network, "~> 0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/introduction/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To add ElvenGard.Network to this application, just add an entry to your mix.exs:
```elixir
defp deps do
[
{:elvengard_network, "~> 0.1.0"}
{:elvengard_network, "~> 0.1.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ElvenGard.Network.MixProject do
use Mix.Project

@app_name "ElvenGard.Network"
@version "0.1.0"
@version "0.1.1"
@github_link "https://github.com/ImNotAVirus/elvengard_network"

def project do
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule ElvenGard.Network.MixProject do
maintainers: ["ImNotAVirus"],
licenses: ["MIT"],
links: %{"GitHub" => @github_link},
files: ~w(lib CHANGELOG.md LICENSE.md mix.exs README.md)
files: ~w(lib CHANGELOG.md LICENSE.md mix.exs .formatter.exs README.md)
]
end

Expand Down

0 comments on commit 35586c1

Please sign in to comment.