We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31dba16 commit 823982bCopy full SHA for 823982b
meson.build
@@ -1,6 +1,6 @@
1
project(
2
'callblocker', 'cpp',
3
- version: '0.13.1',
+ version: '0.13.2',
4
license: 'GPL-2.0',
5
meson_version: '>= 0.49.0'
6
)
usr/var/www/callblocker/js/app.js
@@ -901,7 +901,7 @@ require(["dijit/ConfirmDialog",
901
var statusbarPane = new dijit.layout.ContentPane({
902
region: "bottom",
903
style: "text-align: center",
904
- content: "v0.13.1"
+ content: "v0.13.2"
905
});
906
appLayout.addChild(statusbarPane);
907
appLayout.placeAt(document.body);
0 commit comments