Skip to content

Commit 735caa7

Browse files
authored
Correct screenshots and bump version (#48)
1 parent 1a74b46 commit 735caa7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

data/metainfo.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<control>touch</control>
4141
</supports>
4242
<releases>
43-
<release version="3.2.0" date="2024-05-24">
43+
<release version="3.2.1" date="2024-05-24">
4444
<description>
4545
<p>Fresh Colors</p>
4646
<ul>
@@ -135,16 +135,16 @@
135135
</releases>
136136
<screenshots>
137137
<screenshot type="default">
138-
<image>https://raw.githubusercontent.com/cassidyjames/tally/d1723acc47ff79df9764aeacd16eeb6091934cb2/data/screenshots/dashboard-light.png</image>
138+
<image>https://raw.githubusercontent.com/cassidyjames/tally/2f096df38912dc46b4dd1701954f34dc152a6639/data/screenshots/dashboard-light.png</image>
139139
</screenshot>
140140
<screenshot>
141-
<image>https://raw.githubusercontent.com/cassidyjames/tally/d1723acc47ff79df9764aeacd16eeb6091934cb2/data/screenshots/dashboard-dark.png</image>
141+
<image>https://raw.githubusercontent.com/cassidyjames/tally/2f096df38912dc46b4dd1701954f34dc152a6639/data/screenshots/dashboard-dark.png</image>
142142
</screenshot>
143143
<screenshot>
144-
<image>https://raw.githubusercontent.com/cassidyjames/tally/d1723acc47ff79df9764aeacd16eeb6091934cb2/data/screenshots/sites-light.png</image>
144+
<image>https://raw.githubusercontent.com/cassidyjames/tally/2f096df38912dc46b4dd1701954f34dc152a6639/data/screenshots/sites-light.png</image>
145145
</screenshot>
146146
<screenshot>
147-
<image>https://raw.githubusercontent.com/cassidyjames/tally/d1723acc47ff79df9764aeacd16eeb6091934cb2/data/screenshots/sites-dark.png</image>
147+
<image>https://raw.githubusercontent.com/cassidyjames/tally/2f096df38912dc46b4dd1701954f34dc152a6639/data/screenshots/sites-dark.png</image>
148148
</screenshot>
149149
</screenshots>
150150
<content_rating type="oars-1.1">

data/screenshots/dashboard-dark.png

-22.1 KB
Loading

data/screenshots/dashboard-light.png

-25.8 KB
Loading

data/screenshots/sites-dark.png

-7.52 KB
Loading

data/screenshots/sites-light.png

-7.21 KB
Loading

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'com.cassidyjames.plausible',
33
'vala', 'c',
4-
version: '3.2.0',
4+
version: '3.2.1',
55
meson_version: '>= 0.62',
66
)
77

0 commit comments

Comments
 (0)