Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Nov 20, 2023
1 parent 2cdf411 commit cf570ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/com.github.johnfactotum.Foliate.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.0.1" date="2023-11-20"/>
<release version="3.0.0" date="2023-11-12">
<description>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
foliate (3.0.0) bionic; urgency=medium
foliate (3.0.1) bionic; urgency=medium

* New version

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.johnfactotum.Foliate',
version: '3.0.0',
version: '3.0.1',
meson_version: '>= 0.59.0',
)

Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf570ad

Please sign in to comment.