diff --git a/chromap.1 b/chromap.1
index 6d37e0b..826f39a 100644
--- a/chromap.1
+++ b/chromap.1
@@ -1,4 +1,4 @@
-.TH chromap 1 "8 Nov 2021" "chromap-0.1.3 (r256)" "Bioinformatics tools"
+.TH chromap 1 "20 Dec 2021" "chromap-0.1.4 (r284)" "Bioinformatics tools"
 .SH NAME
 .PP
 chromap - fast alignment and preprocessing of chromatin profiles
@@ -250,6 +250,9 @@ Output mappings in pairs format (defined by 4DN for HiC data).
 .BR --pairs-natural-chr-order \ FILE
 Natural chromosome order for pairs flipping.
 .TP
+.BR --barcode-translate \ FILE
+Convert input barcodes to another set of barcodes in the output.
+.TP
 .B -v
 Print version number to stdout.
 
diff --git a/src/chromap.h b/src/chromap.h
index 62c3d60..3cf00cd 100644
--- a/src/chromap.h
+++ b/src/chromap.h
@@ -18,7 +18,7 @@
 #include "sequence_batch.h"
 #include "temp_mapping.h"
 
-#define CHROMAP_VERSION "0.1.3-r257"
+#define CHROMAP_VERSION "0.1.4-r284"
 
 namespace chromap {
 struct uint128_t {