Skip to content

Commit

Permalink
Script(update): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Nov 2, 2024
1 parent a729fd7 commit 61526fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions data/metainfo/srain.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
</content_rating>

<releases>
<release version="1.8.0" date="2024-11-02">
<url>https://srain.silverrainz.me/changelog.html#version-1-8-0</url>
</release>
<release version="1.7.0" date="2024-04-26">
<url>https://srain.silverrainz.me/changelog.html#version-1-7-0</url>
</release>
<release version="1.6.0" date="2024-02-11">
<url>https://srain.silverrainz.me/changelog.html#version-1-6-0</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = '1.7.0'
version = '1.8.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project(
'srain', 'c',
version: '1.7.0',
version: '1.8.0',
license: 'GPL3',
meson_version: '>= 0.47.0'
)
Expand Down

0 comments on commit 61526fd

Please sign in to comment.