Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 21, 2021
1 parent 557091b commit 164de67
Show file tree
Hide file tree
Showing 3 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,5 +1,9 @@
# Changelog

## v1.0.0

This release only changes the version number. It has no code changes.

## v0.6.1

This release has no code changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add `muontrap` to your project's `mix.exs` dependency list:
```elixir
def deps do
[
{:muontrap, "~> 0.6.0"}
{:muontrap, "~> 1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MuonTrap.MixProject do
use Mix.Project

@version "0.6.1"
@version "1.0.0"
@source_url "https://github.com/fhunleth/muontrap"

def project do
Expand Down

0 comments on commit 164de67

Please sign in to comment.