Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Bura <[email protected]>
  • Loading branch information
ajbura committed Sep 26, 2021
1 parent ea5f7b6 commit 0f06d88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0",
"version": "1.3.1",
"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.0</span>
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.3.1</span>
</Text>
<Text>Yet another matrix client</Text>

Expand Down

0 comments on commit 0f06d88

Please sign in to comment.