From f27176e24f598200f12887ea1e3799041b77ee26 Mon Sep 17 00:00:00 2001 From: Jay Nelson Date: Tue, 14 Jun 2016 15:28:21 -0700 Subject: [PATCH] Bump proper.app.src to 1.2 to match the new tag You will need to move the tag forward one commit. --- src/proper.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proper.app.src b/src/proper.app.src index 9d53805c..6894d718 100644 --- a/src/proper.app.src +++ b/src/proper.app.src @@ -24,7 +24,7 @@ {application, proper, [{description, "A QuickCheck-inspired property-based testing tool for Erlang"}, - {vsn, "1.1"}, + {vsn, "1.2"}, {registered, []}, {applications, [compiler,kernel,stdlib]}, {env, []}]}.