From dd1f6a2aea2a38afde399431ff9972f509a0488c Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Tue, 14 Jul 2020 14:52:53 +0200 Subject: [PATCH] [Release] Bumped the version to 1.0.0. Signed-off-by: Hermann Mayer --- CHANGELOG.md | 2 +- include/mod_mam2sidekiq.hrl | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbad559..f53f3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 1.0.0 * Added a check for the affiliated users meta data of a packet * Fixed the CI setup diff --git a/include/mod_mam2sidekiq.hrl b/include/mod_mam2sidekiq.hrl index 9b4820d..8af814a 100644 --- a/include/mod_mam2sidekiq.hrl +++ b/include/mod_mam2sidekiq.hrl @@ -1,4 +1,4 @@ --define(MODULE_VERSION, <<"0.2.0-477">>). +-define(MODULE_VERSION, <<"1.0.0-477">>). -define(NS_MAM_SIDEKIQ, <<"xmpp:mam:hausgold:sidekiq">>). %% A macro to convert a record to tuple{[tuples]} for jiffy (JSON) encoding diff --git a/install.sh b/install.sh index 498de2c..b31f90e 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ set -eE # Specify the module/ejabberd version -MOD_VERSION=0.2.0 +MOD_VERSION=1.0.0 SUPPORTED_EJABBERD_VERSION=18.01 # Check for Debian/Ubuntu, otherwise die