Release v4.10.0 (#2472)
Some checks failed
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled

* Release v4.10.0

* update version number in about
This commit is contained in:
Krishan 2025-08-31 21:05:38 +10:00 committed by GitHub
parent c571c93f61
commit 7f40605bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "4.9.1",
"version": "4.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "4.9.1",
"version": "4.10.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.1.6",

View file

@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.9.1",
"version": "4.10.0",
"description": "Yet another matrix client",
"main": "index.js",
"type": "module",

View file

@ -46,7 +46,7 @@ export function About({ requestClose }: AboutProps) {
<Box direction="Column" gap="100">
<Box gap="100" alignItems="End">
<Text size="H3">Cinny</Text>
<Text size="T200">v4.9.1</Text>
<Text size="T200">v4.10.0</Text>
</Box>
<Text>Yet another matrix client.</Text>
</Box>

View file

@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v4.9.1
v4.10.0
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter

View file

@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v4.9.1
v4.10.0
</a>
</span>
}