Skip to content

Commit f2a44ee

Browse files
ferdkostis
andauthored
Bump to 1.5.0 for hex publishing (#322)
* Bump to 1.5.0 for hex publishing --------- Co-authored-by: Kostis Sagonas <kostis@cs.ntua.gr>
1 parent 5640d07 commit f2a44ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/proper.app.src

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%% -*- coding: utf-8; -*- erlang-indent-level: 2 -*-
22
%%% -------------------------------------------------------------------
3-
%%% Copyright 2010-2021 Manolis Papadakis <manopapad@gmail.com>,
3+
%%% Copyright 2010-2025 Manolis Papadakis <manopapad@gmail.com>,
44
%%% Eirini Arvaniti <eirinibob@gmail.com>,
55
%%% and Kostis Sagonas <kostis@cs.ntua.gr>
66
%%%
@@ -19,7 +19,7 @@
1919
%%% You should have received a copy of the GNU General Public License
2020
%%% along with PropEr. If not, see <http://www.gnu.org/licenses/>.
2121

22-
%%% @copyright 2010-2021 Manolis Papadakis, Eirini Arvaniti, and Kostis Sagonas
22+
%%% @copyright 2010-2025 Manolis Papadakis, Eirini Arvaniti, and Kostis Sagonas
2323
%%% @version {@version}
2424
%%% @author Manolis Papadakis
2525
%%% @doc This is the source for the proper.app file.
@@ -30,7 +30,7 @@
3030
{licenses, ["GPL 3.0"]},
3131
{links, [{"GitHub", "https://github.com/proper-testing/proper"},
3232
{"Official Documentation", "https://proper-testing.github.io/"}]},
33-
{vsn, "1.4.0"},
33+
{vsn, "1.5.0"},
3434
{registered, []},
3535
{applications, [compiler, kernel, stdlib]},
3636
{env, []}]}.

0 commit comments

Comments
 (0)