We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e364880 commit f352f96Copy full SHA for f352f96
README.md
@@ -10,7 +10,7 @@ to the default reporter for your environment.
10
Add the following to your dependencies in mix.exs:
11
12
```elixir
13
-{:elixometer, "~> 1.2"}
+{:elixometer, "~> 1.3"}
14
```
15
16
Or to track the master development branch:
mix.exs
@@ -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,
17
source_url: @project_url,
0 commit comments