Merge branch 'maint'

Closes #511
This commit is contained in:
Nikos Tsipinakis 2018-05-02 18:58:07 +03:00
commit 7dd22d79e3
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
- `fullscreen` rule to hide notifications when a fullscreen window is active - `fullscreen` rule to hide notifications when a fullscreen window is active
## 1.3.1 - 2018-01-30
### Fixed
- Race condition resulting in the service files being empty (#488)
## 1.3.0 - 2018-01-05 ## 1.3.0 - 2018-01-05
### Added ### Added

View File

@ -3,7 +3,7 @@
include config.mk include config.mk
VERSION := "1.3.0-non-git" VERSION := "1.3.1-non-git"
ifneq ($(wildcard ./.git/),) ifneq ($(wildcard ./.git/),)
VERSION := $(shell git describe --tags) VERSION := $(shell git describe --tags)
endif endif