Bump Catstodon revision to 1.0.1

This commit is contained in:
Jeremy Kescher 2024-07-16 22:38:39 +02:00
parent 1862a60e51
commit 5ed78a1e90
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4
2 changed files with 6 additions and 1 deletions

View file

@ -4,6 +4,11 @@ All changes to Catstodon that aren't Mastodon or glitch-soc Mastodon changes wil
All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time." All release dates, as well as most other dates, are intended to be read as "within the day, in UTC time."
## [v4.3.0-alpha.5+glitch+cat+1.0.1] - 2024-07-16
- Upstream changes
- You can hide hover cards now.
## [v4.3.0-alpha.5+glitch+cat+1.0.0] - 2024-07-04 ## [v4.3.0-alpha.5+glitch+cat+1.0.0] - 2024-07-04
- Upstream changes. Important for security! Upgrade now. - Upstream changes. Important for security! Upgrade now.

View file

@ -25,7 +25,7 @@ module Mastodon
end end
def catstodon_revision def catstodon_revision
'1.0.0' '1.0.1'
end end
def build_metadata def build_metadata