Skip to content

Commit

Permalink
Up the version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Jul 25, 2018
1 parent e3a6617 commit f2b7b81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pull requests that have been incorporated in PropEr's code base:
25. Teemu Harju
26. Carl-Johan Kjellander
27. Fred Hebert
28. Stavros Aronis

We sincerely thank them for making PropEr a better tool.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Proper.Mixfile do

def project do
[app: :proper,
version: "1.2.0",
version: "1.3.0",
description: description(),
package: package(),
deps: deps()]
Expand Down
6 changes: 3 additions & 3 deletions src/proper.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%% -*- coding: utf-8 -*-
%%% -*- erlang-indent-level: 2 -*-
%%% -------------------------------------------------------------------
%%% Copyright 2010-2013 Manolis Papadakis <[email protected]>,
%%% Copyright 2010-2018 Manolis Papadakis <[email protected]>,
%%% Eirini Arvaniti <[email protected]>
%%% and Kostis Sagonas <[email protected]>
%%%
Expand All @@ -20,14 +20,14 @@
%%% You should have received a copy of the GNU General Public License
%%% along with PropEr. If not, see <http://www.gnu.org/licenses/>.

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

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

0 comments on commit f2b7b81

Please sign in to comment.