Skip to content

Commit e08d1a9

Browse files
committed
Prepare for 1.1.0
1 parent 0efa3e6 commit e08d1a9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

data/io.github.cgueret.Scriptorium.metainfo.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363
</screenshots>
6464

6565
<releases>
66+
<release version="1.1.0" date="2025-09-26">
67+
<url type="details">https://github.com/cgueret/Scriptorium/releases/tag/v1.1.0</url>
68+
<description translate="no">
69+
<p>Release description</p>
70+
<ul>
71+
<li>Update to Gnome 49</li>
72+
<li>Clamp the text editor to a usable width</li>
73+
</ul>
74+
</description>
75+
</release>
6676
<release version="1.0.1" date="2025-09-04">
6777
<url type="details">https://github.com/cgueret/Scriptorium/releases/tag/v1.0.1</url>
6878
<description translate="no">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'scriptorium',
3-
version: '1.0.1',
3+
version: '1.1.0',
44
meson_version: '>= 1.0.0',
55
default_options: [
66
'warning_level=2',

scriptorium/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def on_about_action(self, *args):
7171
application_name='Scriptorium',
7272
application_icon='io.github.cgueret.Scriptorium',
7373
developer_name='Christophe Guéret',
74-
version='1.0.1',
74+
version='1.1.0',
7575
website='https://github.com/cgueret/Scriptorium',
7676
developers=[
7777
'Christophe Guéret <[email protected]>',

0 commit comments

Comments
 (0)