Skip to content

Commit 99ab356

Browse files
committed
chore(updater): version bump 0.2.22
1 parent bc0d591 commit 99ab356

6 files changed

Lines changed: 21 additions & 8 deletions

File tree

SUMRY.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
[commit]: # 'e7a45717398c7784ceab009ddab132c9b49b6ba9'
1+
[commit]: # 'bc0d591b6c77cce25d14dce6f2a7abe6dcdb0cec'
22

33
Features:
44

5-
- (ui): style title bar on windows
6-
- (ui): add basic emote menu and colon search
75

86
Fixes:
97

8+
- (ui): redirect to login when auth expires
109
- (core): better handle auth token expiration
1110

1211
Misc:
1312

14-
- (updater): version bump 0.2.20
13+
- (updater): version bump 0.2.21

archive/202604131834.SUMRY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[commit]: # 'e7a45717398c7784ceab009ddab132c9b49b6ba9'
2+
3+
Features:
4+
5+
- (ui): style title bar on windows
6+
- (ui): add basic emote menu and colon search
7+
8+
Fixes:
9+
10+
- (core): better handle auth token expiration
11+
12+
Misc:
13+
14+
- (updater): version bump 0.2.20

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.21",
3+
"version": "0.2.22",
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
@@ -70,7 +70,7 @@ default-run = "pepo"
7070
description = "A Tauri App"
7171
edition = "2021"
7272
name = "pepo"
73-
version = "0.2.21"
73+
version = "0.2.22"
7474

7575
[profile]
7676
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
}
4646
},
4747
"productName": "Pepo",
48-
"version": "0.2.21"
48+
"version": "0.2.22"
4949
}

0 commit comments

Comments
 (0)