Skip to content

Commit 2329d2c

Browse files
authored
Release v4.6.0 (#441)
* Release v4.6.0 * bump cinny submodule
1 parent 78dd802 commit 2329d2c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

cinny

Submodule cinny updated 176 files

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cinny",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "Yet another matrix client",
55
"main": "index.js",
66
"engines": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "cinny"
5-
version = "4.5.1"
5+
version = "4.6.0"
66
description = "Yet another matrix client"
77
authors = ["Ajay Bura"]
88
license = "AGPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Cinny",
4-
"version": "4.5.1"
4+
"version": "4.6.0"
55
},
66
"build": {
77
"distDir": "../cinny/dist",

0 commit comments

Comments
 (0)