Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit f1d25be

Browse files
committed
Release 1.0.0
1 parent 39f4099 commit f1d25be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/glob.app.src

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%%% | o __ _| _ __ |_ _ _ _ (TM)
44
%%% |_ | | | (_| (/_ | | |_) (_| |_| | | |
55
%%%
6-
%%% @copyright (C) 2015-2016, Lindenbaum GmbH
6+
%%% @copyright (C) 2015-2019, Lindenbaum GmbH
77
%%%
88
%%% Permission to use, copy, modify, and/or distribute this software for any
99
%%% purpose with or without fee is hereby granted, provided that the above
@@ -22,7 +22,7 @@
2222
glob,
2323
[
2424
{description, "A library to match glob expressions"},
25-
{vsn, "0.0.9"},
25+
{vsn, "1.0.0"},
2626
{registered, []},
2727
{applications, [kernel, stdlib]},
2828
{env, []},

src/glob.appup.src

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%%% | o __ _| _ __ |_ _ _ _ (TM)
44
%%% |_ | | | (_| (/_ | | |_) (_| |_| | | |
55
%%%
6-
%%% @copyright (C) 2016, Lindenbaum GmbH
6+
%%% @copyright (C) 2016-2019, Lindenbaum GmbH
77
%%%
88
%%% Permission to use, copy, modify, and/or distribute this software for any
99
%%% purpose with or without fee is hereby granted, provided that the above
@@ -18,4 +18,10 @@
1818
%%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1919
%%%
2020
%%%=============================================================================
21-
{"0.0.9", [], []}.
21+
{"1.0.0",
22+
[
23+
{"0.0.9", [{restart_application, glob}]}
24+
],
25+
[
26+
{"0.0.9", [{restart_application, glob}]}
27+
]}.

0 commit comments

Comments
 (0)