This commit is contained in:
Krishan 2022-05-15 10:49:43 +05:30
parent 10f84565c1
commit 2edf006e1e
5 changed files with 6 additions and 6 deletions

2
cinny

@ -1 +1 @@
Subproject commit a6fdf9010b31dcf89f0941adb4d294c363ab14bc
Subproject commit 69b60553531680d53da9232363548ec36a6830ae

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cinny",
"version": "2.0.2",
"version": "2.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cinny",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.5"

View file

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

View file

@ -2,7 +2,7 @@
[package]
name = "cinny"
version = "2.0.2"
version = "2.0.3"
description = "Yet another matrix client"
authors = ["Ajay Bura"]
license = "MIT"

View file

@ -1,7 +1,7 @@
{
"package": {
"productName": "cinny",
"version": "2.0.2"
"version": "2.0.3"
},
"build": {
"distDir": "../cinny/dist",