This commit is contained in:
unknown 2021-08-12 10:30:26 +05:30
parent 3453451df9
commit 94ae2f2658
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -85,7 +85,7 @@ function AboutSection() {
<div>
<Text variant="h2">
Cinny
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.0.0</span>
<span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.1.0</span>
</Text>
<Text>Yet another matrix client</Text>