Skip to content

Commit

Permalink
[Release] Bumped the version to 1.0.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jul 15, 2020
1 parent 5f8edaf commit 357da40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 1.0.1

* Do not remove the meta.user data from a MUC packet in order to not interfere
with other modules (eg. mod_unread)
Expand Down
2 changes: 1 addition & 1 deletion include/mod_mam2sidekiq.hrl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-define(MODULE_VERSION, <<"1.0.0-477">>).
-define(MODULE_VERSION, <<"1.0.1-477">>).
-define(NS_MAM_SIDEKIQ, <<"xmpp:mam:hausgold:sidekiq">>).

%% A macro to convert a record to tuple{[tuples]} for jiffy (JSON) encoding
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -eE

# Specify the module/ejabberd version
MOD_VERSION=1.0.0
MOD_VERSION=1.0.1
SUPPORTED_EJABBERD_VERSION=18.01

# Check for Debian/Ubuntu, otherwise die
Expand Down

0 comments on commit 357da40

Please sign in to comment.