Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolabe committed Mar 23, 2024
1 parent d19393c commit fee17e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions data/com.github.hugolabe.Wike.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
</branding>

<releases>
<release version="3.0.1" date="2024-03-23">
<description translatable="no">
<ul>
<li>Updated translations: French, Italian.</li>
<li>Fixes.</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2024-03-08">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion data/gtk/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<property name="application-icon">com.github.hugolabe.Wike</property>
<property name="application-name">Wike</property>
<property name="developer-name">Hugo Olabera</property>
<property name="version">3.0.0</property>
<property name="version">3.0.1</property>
<property name="comments" translatable="yes">Search and read Wikipedia articles</property>
<property name="website">https://hugolabe.github.io/Wike/</property>
<property name="translator-credits" translatable="yes">translator-credits</property>
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('wike',
version: '3.0.0',
version: '3.0.1',
license: 'GPL3+',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2', ],
Expand Down
2 changes: 1 addition & 1 deletion src/wikipedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Create a Soup session and set user agent

session = Soup.Session.new()
session.set_user_agent('Wike/3.0.0 (https://github.com/hugolabe)')
session.set_user_agent('Wike/3.0.1 (https://github.com/hugolabe)')

# Get Wikipedia random page

Expand Down

0 comments on commit fee17e2

Please sign in to comment.