Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 17, 2024
1 parent 3d1ba96 commit 866f342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Add `makeup_erlang` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:makeup_erlang, "~> 0.1.0"}
{:makeup_erlang, "~> 1.0"}
]
end
```

The lexer will automatically register itself with `Makeup` for the languages `erlang` and `erl`
The lexer will automatically register itself with `Makeup` for the languages `erlang` and `erl`
as well as the extensions `.erl`, `.hrl` and `.escript`.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MakeupErlang.Mixfile do
use Mix.Project

@version "0.1.5"
@version "1.0.1"
@url "https://github.com/elixir-makeup/makeup_erlang"

def project do
Expand Down

0 comments on commit 866f342

Please sign in to comment.