Skip to content

Commit 823982b

Browse files
committed
bump version for next
1 parent 31dba16 commit 823982b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'callblocker', 'cpp',
3-
version: '0.13.1',
3+
version: '0.13.2',
44
license: 'GPL-2.0',
55
meson_version: '>= 0.49.0'
66
)

usr/var/www/callblocker/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ require(["dijit/ConfirmDialog",
901901
var statusbarPane = new dijit.layout.ContentPane({
902902
region: "bottom",
903903
style: "text-align: center",
904-
content: "v0.13.1"
904+
content: "v0.13.2"
905905
});
906906
appLayout.addChild(statusbarPane);
907907
appLayout.placeAt(document.body);

0 commit comments

Comments
 (0)