This commit is contained in:
Krishan
2022-05-13 16:44:54 +05:30
parent b26ab47f01
commit 08d3d9e890
4 changed files with 4 additions and 4 deletions

2
cinny

Submodule cinny updated: 0539836714...0b70c7e490

View File

@@ -1,6 +1,6 @@
{ {
"name": "cinny", "name": "cinny",
"version": "2.0.0", "version": "2.0.1",
"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.0" version = "2.0.1"
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.0" "version": "2.0.1"
}, },
"build": { "build": {
"distDir": "../cinny/dist", "distDir": "../cinny/dist",