Skip to content

Commit cd141ac

Browse files
committed
Updated release info
1 parent eadd976 commit cd141ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/io.github.leolost2605.gradebook.metainfo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
</screenshots>
3030

3131
<releases>
32-
<release version="1.0.2" date="2022-12-11" urgency="high">
32+
<release version="1.1.1" date="2022-12-25" urgency="medium">
3333
<description>
34-
<p>Initial release!</p>
34+
<p>Version 1.1.1</p>
3535
<ul>
36-
<li>Version 1.0.3 of the Gradebook just released!</li>
36+
<li>Version 1.1.1 of the Gradebook just released!</li>
3737
</ul>
3838
</description>
3939
</release>

src/application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class MyApp : Adw.Application {
6969
developer_name = "Leonhard Kargl",
7070
application_name = "Gradebook",
7171
comments = _("A simple app to keep track of your grades!"),
72-
version = "0.2",
72+
version = "1.1.1",
7373
license_type = GPL_3_0,
7474
website = "https://github.com/leolost2605/Gradebook",
7575
issue_url = "https://github.com/leolost2605/Gradebook/issues",

0 commit comments

Comments
 (0)