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",
"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"

View file

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

View file

@ -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"

View file

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