Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed May 15, 2021
1 parent 335d021 commit 1dbc206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'callblocker', 'cpp',
version: '0.15.1',
version: '0.15.2',
license: 'GPL-2.0',
meson_version: '>= 0.50.0'
)
Expand Down
2 changes: 1 addition & 1 deletion web/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ require([
"dijit/layout/LayoutContainer",
"dijit/layout/BorderContainer",
], function(ConfirmDialog, domConstruct) { // workaround
var appVersion = "v0.15.1";
var appVersion = "v0.15.2";
var api_base = "python-fcgi/api.py";

function dateFormatter(dateStr)
Expand Down

0 comments on commit 1dbc206

Please sign in to comment.