Skip to content

Commit e34faf7

Browse files
authored
Release v4.8.1 (#454)
1 parent b4a9779 commit e34faf7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.8.0",
3+
"version": "4.8.1",
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.8.0"
5+
version = "4.8.1"
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.8.0"
4+
"version": "4.8.1"
55
},
66
"build": {
77
"distDir": "../cinny/dist",

0 commit comments

Comments
 (0)