Skip to content

Commit f352f96

Browse files
authored
Prepare the official 1.3 release (#151)
1 parent e364880 commit f352f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to the default reporter for your environment.
1010
Add the following to your dependencies in mix.exs:
1111

1212
```elixir
13-
{:elixometer, "~> 1.2"}
13+
{:elixometer, "~> 1.3"}
1414
```
1515

1616
Or to track the master development branch:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Elixometer.Mixfile do
1111
def project do
1212
[
1313
app: :elixometer,
14-
version: "1.3.0-rc1",
14+
version: "1.3.0",
1515
elixir: ">= 1.5.0",
1616
description: @description,
1717
source_url: @project_url,

0 commit comments

Comments
 (0)