Skip to content

Commit 808ca07

Browse files
committed
Prepare release 1.0.0
1 parent 5858126 commit 808ca07

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
[
4242
pc,
4343
coveralls,
44-
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {ref, "6bd31cc"}}}
44+
{rebar3_codecov, "0.2.0"}
4545
]}
4646
]}
4747
]}.

rebar.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"1.2.0",
2-
[{<<"p1_utils">>,{pkg,<<"p1_utils">>,<<"1.0.21">>},1},
3-
{<<"stringprep">>,{pkg,<<"stringprep">>,<<"1.0.24">>},0}]}.
2+
[{<<"p1_utils">>,{pkg,<<"p1_utils">>,<<"1.0.22">>},1},
3+
{<<"stringprep">>,{pkg,<<"stringprep">>,<<"1.0.25">>},0}]}.
44
[
55
{pkg_hash,[
6-
{<<"p1_utils">>, <<"9D6244BBD4AF881E85AF71655E8BE5720B5B965B1BDD51A35C7871FD4142AF9A">>},
7-
{<<"stringprep">>, <<"5A2C29785CDC1EADDCBA0564CD86020E5E686FE9E66FA47A80A97333F3DC75EA">>}]},
6+
{<<"p1_utils">>, <<"10A70FAA665D1F8F6995FA100D068B4D910EE2A0111FA3567E9D6232CBB86F21">>},
7+
{<<"stringprep">>, <<"15062F6020777A51A96488F29CE9A2D83E3195F92FDF27F25ACC462DFF7D8D82">>}]},
88
{pkg_hash_ext,[
9-
{<<"p1_utils">>, <<"4B9B90E5863F5FED17F06427BA99B2DC37B216E4DD1308891F0903745E2FCCBD">>},
10-
{<<"stringprep">>, <<"AED7AC217493E5AA2F76066FB7BBFE0D4E94CA1EE72613DC954231422D911266">>}]}
9+
{<<"p1_utils">>, <<"0E49FF5586515E3C44901D6FB06B1473BDA492D749F0B1705CBF9D96D4CD5A38">>},
10+
{<<"stringprep">>, <<"8E0807D94A6927D1C3F8E76D584A2E3CDD9B4BCB02823EAF96629EDF2A65B104">>}]}
1111
].

src/jid.app.src

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, jid,
2-
[{description, "An OTP library"},
3-
{vsn, "1.0.0"},
2+
[{description, "MongooseIM's XMPP jid modules"},
3+
{vsn, git},
44
{registered, []},
55
{applications,
66
[kernel,
@@ -9,7 +9,9 @@
99
]},
1010
{env,[]},
1111
{modules, []},
12-
12+
{maintainers, ["ESL"]},
13+
{pkg_name, "mongoose_jid"},
1314
{licenses, ["Apache 2.0"]},
14-
{links, []}
15+
{links, [{"GitHub", "https://github.com/esl/mongoose_jid/"}]},
16+
{exclude_files, ["c_src/mongoose_jid.d"]}
1517
]}.

0 commit comments

Comments
 (0)