diff --git a/README.md b/README.md index 0bc00b5..bb9ff6d 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ isha = [Cron] # timings updating time -time = 00:00 +time = 02:22 ``` ## Usage diff --git a/config/praytime.ini b/config/praytime.ini index f26a8d4..d849c85 100644 --- a/config/praytime.ini +++ b/config/praytime.ini @@ -29,4 +29,4 @@ isha = [Cron] # timings updating time -time = 00:00 +time = 02:22 diff --git a/meson.build b/meson.build index 372e4ab..ee151bb 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ json_dep = dependency('json-glib-1.0') gstreamer_dep = dependency('gstreamer-1.0') echo_dep = dependency('pluie-echo-0.2') -version = '0.2.5' +version = '0.2.6' bindir = join_paths(get_option('prefix'), get_option('bindir')) datadir = join_paths(get_option('prefix'), get_option('datadir'), 'praytime')