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

Commit a0de0d0

Browse files
committed
Bump version to 1.0.1
1 parent f1d25be commit a0de0d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/glob.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
glob,
2323
[
2424
{description, "A library to match glob expressions"},
25-
{vsn, "1.0.0"},
25+
{vsn, "1.0.1"},
2626
{registered, []},
2727
{applications, [kernel, stdlib]},
2828
{env, []},

src/glob.appup.src

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
%%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1919
%%%
2020
%%%=============================================================================
21-
{"1.0.0",
21+
{"1.0.1",
2222
[
23+
{"1.0.0", [{restart_application, glob}]},
2324
{"0.0.9", [{restart_application, glob}]}
2425
],
2526
[
27+
{"1.0.0", [{restart_application, glob}]},
2628
{"0.0.9", [{restart_application, glob}]}
2729
]}.

0 commit comments

Comments
 (0)