mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 18:35:13 +00:00
v2.0.2
This commit is contained in:
parent
2dd451d012
commit
bc937d20a4
2
cinny
2
cinny
|
@ -1 +1 @@
|
|||
Subproject commit 0b70c7e490bcda197244b826d3a788ca06c84395
|
||||
Subproject commit a6fdf9010b31dcf89f0941adb4d294c363ab14bc
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "cinny",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "cinny",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.0.0-rc.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cinny",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Yet another matrix client",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "cinny"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
description = "Yet another matrix client"
|
||||
authors = ["Ajay Bura"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"package": {
|
||||
"productName": "cinny",
|
||||
"version": "2.0.1"
|
||||
"version": "2.0.2"
|
||||
},
|
||||
"build": {
|
||||
"distDir": "../cinny/dist",
|
||||
|
|
Loading…
Reference in a new issue