Skip to content

Commit

Permalink
Prepare the official 1.3 release (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Oct 22, 2019
1 parent e364880 commit f352f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to the default reporter for your environment.
Add the following to your dependencies in mix.exs:

```elixir
{:elixometer, "~> 1.2"}
{:elixometer, "~> 1.3"}
```

Or to track the master development branch:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Elixometer.Mixfile do
def project do
[
app: :elixometer,
version: "1.3.0-rc1",
version: "1.3.0",
elixir: ">= 1.5.0",
description: @description,
source_url: @project_url,
Expand Down

0 comments on commit f352f96

Please sign in to comment.