Skip to content

Commit 9c713d0

Browse files
authored
Release 8.0.0 (#1290)
1 parent 4aaa7c2 commit 9c713d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
GIT_USER_NAME: "elementaryBot"
2525
GIT_USER_EMAIL: "[email protected]"
2626
with:
27-
release_branch: "horus"
27+
release_branch: "noble"

data/stylesheet.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<url type="bugtracker">https://github.com/elementary/stylesheet/issues</url>
2424

2525
<releases>
26-
<release version="8.0.0" date="2024-04-30" urgency="medium">
26+
<release version="8.0.0" date="2024-05-06" urgency="medium">
2727
<description>
2828
<p>Improve support for LibAdwaita widgets:</p>
2929
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'io.elementary.stylesheet',
3-
version: '7.3.0'
3+
version: '8.0.0'
44
)
55

66
i18n = import('i18n')

0 commit comments

Comments
 (0)