Skip to content

Commit f2b7b81

Browse files
committed
Up the version to 1.3.0
1 parent e3a6617 commit f2b7b81

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

THANKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pull requests that have been incorporated in PropEr's code base:
2828
25. Teemu Harju
2929
26. Carl-Johan Kjellander
3030
27. Fred Hebert
31+
28. Stavros Aronis
3132

3233
We sincerely thank them for making PropEr a better tool.
3334

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Proper.Mixfile do
33

44
def project do
55
[app: :proper,
6-
version: "1.2.0",
6+
version: "1.3.0",
77
description: description(),
88
package: package(),
99
deps: deps()]

src/proper.app.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%% -*- coding: utf-8 -*-
22
%%% -*- erlang-indent-level: 2 -*-
33
%%% -------------------------------------------------------------------
4-
%%% Copyright 2010-2013 Manolis Papadakis <manopapad@gmail.com>,
4+
%%% Copyright 2010-2018 Manolis Papadakis <manopapad@gmail.com>,
55
%%% Eirini Arvaniti <eirinibob@gmail.com>
66
%%% and Kostis Sagonas <kostis@cs.ntua.gr>
77
%%%
@@ -20,14 +20,14 @@
2020
%%% You should have received a copy of the GNU General Public License
2121
%%% along with PropEr. If not, see <http://www.gnu.org/licenses/>.
2222

23-
%%% @copyright 2010-2013 Manolis Papadakis, Eirini Arvaniti and Kostis Sagonas
23+
%%% @copyright 2010-2018 Manolis Papadakis, Eirini Arvaniti and Kostis Sagonas
2424
%%% @version {@version}
2525
%%% @author Manolis Papadakis
2626
%%% @doc This is the source for the proper.app file.
2727

2828
{application, proper,
2929
[{description, "A QuickCheck-inspired property-based testing tool for Erlang"},
30-
{vsn, "1.2.0"},
30+
{vsn, "1.3.0"},
3131
{registered, []},
3232
{applications, [compiler,kernel,stdlib]},
3333
{env, []}]}.

0 commit comments

Comments
 (0)