This commit is contained in:
unknown 2021-08-26 18:30:31 +05:30
parent d98e213b92
commit 3a25d108fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "1.1.0",
"version": "1.2.0",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {

View file

@ -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>