From f352f967d4d75beb442ffcfc5eaed0890a05aa19 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 22 Oct 2019 11:26:37 -0700 Subject: [PATCH] Prepare the official 1.3 release (#151) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23f8524..3f53031 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/mix.exs b/mix.exs index af76df0..ea31ced 100644 --- a/mix.exs +++ b/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, source_url: @project_url,