Skip to content

Commit

Permalink
v1.4.0: SSO login and profile viewer
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Bura <[email protected]>
  • Loading branch information
ajbura authored and kfiven committed Oct 25, 2021
1 parent 54dd5a4 commit 253e3eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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": "1.3.2",
"version": "1.4.0",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/organisms/settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function AboutSection() {
<div>
<Text variant="h2">
Cinny
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.3.2</span>
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.4.0</span>
</Text>
<Text>Yet another matrix client</Text>

Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/auth/Auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function Auth() {
</button>
</Text>
<span style={{ marginTop: 'var(--sp-extra-tight)' }}>
<Text variant="b3">v1.3.2</Text>
<Text variant="b3">v1.4.0</Text>
</span>
</div>
</StaticWrapper>
Expand Down

0 comments on commit 253e3eb

Please sign in to comment.