Skip to content

Commit 2b9d9ef

Browse files
committed
v1.0.0!
1 parent 008a63f commit 2b9d9ef

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## v1.0.0-dev
3+
## v1.0.0
4+
5+
* Same as v0.7.0.
46

57
## v0.7.0
68

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Elixir library. Normally, you would include elixir_ale as a dependency in your
2626
`mix.exs` like this:
2727

2828
def deps do
29-
[{:elixir_ale, "~> 0.7"}]
29+
[{:elixir_ale, "~> 1.0"}]
3030
end
3131

3232
If you just want to try it out, you can do the following:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule ElixirALE.Mixfile do
33

44
def project do
55
[app: :elixir_ale,
6-
version: "1.0.0-dev",
6+
version: "1.0.0",
77
elixir: "~> 1.2",
88
name: "elixir_ale",
99
description: description(),

0 commit comments

Comments
 (0)