From cf570ad1650472a278d856ba2951e1920e7f872f Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:26:22 +0800 Subject: [PATCH] Release 3.0.1 --- data/com.github.johnfactotum.Foliate.metainfo.xml.in | 1 + debian/changelog | 2 +- meson.build | 2 +- src/main.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/com.github.johnfactotum.Foliate.metainfo.xml.in b/data/com.github.johnfactotum.Foliate.metainfo.xml.in index 7db6da25..6d6a213e 100644 --- a/data/com.github.johnfactotum.Foliate.metainfo.xml.in +++ b/data/com.github.johnfactotum.Foliate.metainfo.xml.in @@ -57,6 +57,7 @@ +

Foliate has been rewritten from scratch with a new e-book rendering library and the latest platform libraries, GTK 4 and Libadwaita, with refreshed UI and improved performance.

diff --git a/debian/changelog b/debian/changelog index a1b0809e..9ae17637 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foliate (3.0.0) bionic; urgency=medium +foliate (3.0.1) bionic; urgency=medium * New version diff --git a/meson.build b/meson.build index 18ee9362..ce0e20cc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '3.0.0', + version: '3.0.1', meson_version: '>= 0.59.0', ) diff --git a/src/main.js b/src/main.js index d6fee494..9923d5ec 100755 --- a/src/main.js +++ b/src/main.js @@ -14,7 +14,7 @@ import { setConsoleLogDomain } from 'console' // mimics (loosely) the `pkg` object set up by GJS if you run `package.init()` globalThis.pkg = { name: 'com.github.johnfactotum.Foliate', - version: '3.0.0', + version: '3.0.1', } GLib.set_prgname(pkg.name)