Release version 3.35.91.1

Let's make .1 release as I forgot to bump the version in meson.build.
This commit is contained in:
Ondrej Holy 2020-02-14 17:21:45 +01:00
parent 5a44cb0013
commit 188fb40858
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -1,4 +1,4 @@
Major changes in 3.35.91:
Major changes in 3.35.91.1:
* Add support for hidden template files (Ondrej Holy)
* Fix conflict dialog for google-drive (Ondrej Holy)

View file

@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
version: '3.35.90',
version: '3.35.91.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)