Skip to content

Commit

Permalink
v1.10.30 tag was already push. moving last update to 1.10.31
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Mar 26, 2019
1 parent 0c67683 commit 76b2d43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ See the end for copying conditions.
Please report Workrave bug reports. Visit our bug tracker located at:
http://www.workrave.org

* Workrave 1.10.31

** Add GetTimerRemaining dbus function.

* Workrave 1.10.30

** Prevent "Workrave wants to inhibit shortcuts" on Wayland
** Fix timer bar text color under Wayland
** Do not dim text in time bar when window is not focused.
** Add GetTimerRemaining dbus function.

* Workrave 1.10.28 / 1.10.29

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl

m4_define([workrave_major_version], [1])
m4_define([workrave_minor_version], [10])
m4_define([workrave_micro_version], [30])
m4_define([workrave_micro_version], [31])
m4_define([workrave_version_suffix], [0])
m4_define([workrave_version],
[workrave_major_version.workrave_minor_version.workrave_micro_version])
Expand Down

0 comments on commit 76b2d43

Please sign in to comment.