release 2.0.0

This commit is contained in:
Krishan 2022-05-08 13:32:57 +05:30
parent 7b8b04896c
commit da498bf57b
5 changed files with 6 additions and 6 deletions

2
cinny

@ -1 +1 @@
Subproject commit 12369ba2ec2669ac5f804eca796ee1059a9fd00d Subproject commit d2b435618cbfff0fd84d0893e61a2e18e456a3cb

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "cinny", "name": "cinny",
"version": "1.8.2", "version": "2.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cinny", "name": "cinny",
"version": "1.8.2", "version": "2.0.0",
"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": "1.8.2", "version": "2.0.0",
"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 = "1.8.2" version = "2.0.0"
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": "1.8.2" "version": "2.0.0"
}, },
"build": { "build": {
"distDir": "../cinny/dist", "distDir": "../cinny/dist",