Skip to content

Commit d2b51ee

Browse files
authored
chore(release): v4.11.2 [skip ci] (#543)
1 parent 086ba8b commit d2b51ee

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.11.1",
3+
"version": "4.11.2",
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.11.1"
5+
version = "4.11.2"
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
@@ -47,7 +47,7 @@
4747
},
4848
"productName": "Cinny",
4949
"mainBinaryName": "cinny",
50-
"version": "4.11.1",
50+
"version": "4.11.2",
5151
"identifier": "in.cinny.app",
5252
"plugins": {
5353
"updater": {

0 commit comments

Comments
 (0)