Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven committed Sep 11, 2024
1 parent 042cbc4 commit 611b5a1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "4.1.0",
"version": "4.2.0",
"description": "Yet another matrix client",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/auth/AuthFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v4.1.0
v4.2.0
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/client/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v4.1.0
v4.2.0
</a>
</span>
}
Expand Down
2 changes: 1 addition & 1 deletion src/client/state/cons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cons = {
version: '4.1.0',
version: '4.2.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
Expand Down

0 comments on commit 611b5a1

Please sign in to comment.