Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Aug 26, 2021
1 parent d98e213 commit 3a25d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0",
"version": "1.2.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 @@ -88,7 +88,7 @@ function AboutSection() {
<div>
<Text variant="h2">
Cinny
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.1.0</span>
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.2.0</span>
</Text>
<Text>Yet another matrix client</Text>

Expand Down

0 comments on commit 3a25d10

Please sign in to comment.