Skip to content

Commit 63113d8

Browse files
committed
Version bump and release
1 parent cedad91 commit 63113d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constants/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface ChangelogRelease {
1212

1313
export const CHANGELOG: ChangelogRelease[] = [
1414
{
15-
version: '3.4.0',
15+
version: '3.4.1',
1616
date: '2026-06-27',
1717
changes: [
1818
'Expanded torrent card now shows details in a two-column grid, cutting card height roughly in half',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qRemote",
3-
"version": "3.4.0",
3+
"version": "3.4.2",
44
"main": "index.ts",
55
"scripts": {
66
"start": "expo start --go",

0 commit comments

Comments
 (0)