Skip to content

Commit b3d59f5

Browse files
committed
chore(updater): version bump 0.2.15
1 parent bac7793 commit b3d59f5

6 files changed

Lines changed: 19 additions & 6 deletions

File tree

SUMRY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[commit]: # '473f145e108af9c93b7f9f6f70c49f158badd5ce'
1+
[commit]: # 'bac779323cf59a04403da3ca31e6e346280bd6d5'
22

33
Features:
44

5-
- (ui): support joining channels not on your follow list
65

76
Fixes:
87

98

109
Misc:
1110

11+
- (updater): version bump 0.2.14
1212
- (updater): version bump 0.2.13

archive/202604111819.SUMRY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[commit]: # '473f145e108af9c93b7f9f6f70c49f158badd5ce'
2+
3+
Features:
4+
5+
- (ui): support joining channels not on your follow list
6+
7+
Fixes:
8+
9+
10+
Misc:
11+
12+
- (updater): version bump 0.2.13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

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
@@ -71,7 +71,7 @@ default-run = "pepo"
7171
description = "A Tauri App"
7272
edition = "2021"
7373
name = "pepo"
74-
version = "0.2.14"
74+
version = "0.2.15"
7575

7676
[profile]
7777
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
]
3333
},
3434
"identifier": "com.pepo.chat",
35+
"mainBinaryName": "pepo",
3536
"plugins": {
3637
"updater": {
3738
"endpoints": [
@@ -44,5 +45,5 @@
4445
}
4546
},
4647
"productName": "Pepo",
47-
"version": "0.2.14"
48+
"version": "0.2.15"
4849
}

0 commit comments

Comments
 (0)