This commit is contained in:
Krishan 2022-05-14 09:47:32 +05:30
parent 2dd451d012
commit bc937d20a4
5 changed files with 6 additions and 6 deletions

2
cinny

@ -1 +1 @@
Subproject commit 0b70c7e490bcda197244b826d3a788ca06c84395 Subproject commit a6fdf9010b31dcf89f0941adb4d294c363ab14bc

4
package-lock.json generated
View file

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

View file

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

View file

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

View file

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