Skip to content

Commit 1366284

Browse files
committed
[pluto] - added cleanup to render queue methods
Former-commit-id: 8b8b87143c23b21425c9a811f5000aa35409d2bc [formerly 28a94cc] Former-commit-id: 457979e0a1d08f64b8ae0387f895896871fcc14d Former-commit-id: fc934df
1 parent 2162888 commit 1366284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@synnaxlabs/delta",
33
"private": true,
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev & pnpm kill",

delta/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Synnax",
11-
"version": "0.7.2"
11+
"version": "0.7.3"
1212
},
1313
"tauri": {
1414
"macOSPrivateApi": true,

0 commit comments

Comments
 (0)