Skip to content

Commit 180e936

Browse files
Release 1.0.4 (#63)
* Release 1.0.4 * Update meson.build * Update release.yml * Add screenshot Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent cdf1b48 commit 180e936

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
GIT_USER_NAME: "elementaryBot"
1717
GIT_USER_EMAIL: "[email protected]"
1818
with:
19-
release_branch: 'juno'
19+
release_branch: 'odin'

data/agent-polkit.appdata.xml.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
<p>The authentication agent appears whenever an application wants to request permission to use administrative powers.</p>
1212
</description>
1313
<releases>
14+
<release version="1.0.4" date="2021-07-14" urgency="medium">
15+
<description>
16+
<ul>
17+
<li>Updated translations</li>
18+
</ul>
19+
</description>
20+
</release>
1421
<release version="1.0.3" date="2020-06-19" urgency="medium">
1522
<description>
1623
<ul>
@@ -44,6 +51,11 @@
4451
<provides>
4552
<binary>io.elementary.desktop.agent-polkit</binary>
4653
</provides>
54+
<screenshots>
55+
<screenshot type="default">
56+
<image>https://raw.githubusercontent.com/elementary/pantheon-agent-polkit/master/data/screenshot.png</image>
57+
</screenshot>
58+
</screenshots>
4759
<content_rating type="oars-1.1">
4860
<content_attribute id="violence-cartoon">none</content_attribute>
4961
<content_attribute id="violence-fantasy">none</content_attribute>

data/screenshot.png

36.1 KB
Loading

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.desktop.agent-polkit',
33
'vala', 'c',
4-
version: '1.0.2'
4+
version: '1.0.4'
55
)
66

77
install_path = join_paths(get_option('prefix'), get_option('libexecdir'), 'policykit-1-pantheon')

0 commit comments

Comments
 (0)