summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README.html.in2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 916d522..38417f5 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -37,7 +37,7 @@ General Public License for more details.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Soon: </div> <p class="news-text"><a
+<div class="news-date">Fri Jan 25 2019: </div> <p class="news-text"><a
href="@PACKAGE_URL@paprefs-1.1.tar.xz">Version 1.1</a> released; replace
dbus-glib and libdbus with gdbus, use module-combine-sink instead of
module-combine</p>
diff --git a/meson.build b/meson.build
index 480ca22..b2e8e68 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('paprefs', 'cpp',
license: 'GPL2+',
- version: '1.0',
+ version: '1.1',
meson_version: '>=0.40.1'
)