Skip to content

Commit dc7e3b1

Browse files
authored
Release 1.0.2 (#57)
* Release 1.0.2 * Update meson.build
1 parent 7c3973a commit dc7e3b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/agent-polkit.appdata.xml.in

Lines changed: 7 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.2" date="2020-05-28" urgency="medium">
15+
<description>
16+
<ul>
17+
<li>Updated translations</li>
18+
</ul>
19+
</description>
20+
</release>
1421
<release version="1.0.1" date="2020-04-06" urgency="medium">
1522
<description>
1623
<ul>

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.1'
4+
version: '1.0.2'
55
)
66

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

0 commit comments

Comments
 (0)