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