Skip to content

Commit f15c2c9

Browse files
committed
Bump version.
1 parent 67316bf commit f15c2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mode_image/config_defaults.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ BEGIN
129129
'p'=>{},'br'=>{empty=>1},'blockquote'=>{},
130130
)} unless(defined &ALLOWED_HTML);
131131

132-
eval "use constant KIRAMOJI_VERSION => '3.3'" unless(defined &KIRAMOJI_VERSION);
132+
eval "use constant KIRAMOJI_VERSION => '3.3.2'" unless(defined &KIRAMOJI_VERSION);
133133
}
134134

135135
1;

mode_message/config_defaults.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ BEGIN
131131
'q'=>{},'code'=>{},
132132
)} unless(defined &ALLOWED_HTML);
133133

134-
eval "use constant KIRAMOJI_VERSION => '3.3'" unless(defined &KIRAMOJI_VERSION);
134+
eval "use constant KIRAMOJI_VERSION => '3.3.2'" unless(defined &KIRAMOJI_VERSION);
135135
}
136136

137137
1;

0 commit comments

Comments
 (0)