Skip to content

Commit

Permalink
Export DownloadState (#322)
Browse files Browse the repository at this point in the history
* Export DownloadState

* 0.3.6(types)
  • Loading branch information
huchenlei authored Nov 21, 2024
1 parent dd8d643 commit b585bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "ComfyUI",
"repository": "github:comfy-org/electron",
"copyright": "Copyright © 2024 Comfy Org",
"version": "0.3.5",
"version": "0.3.6",
"homepage": "https://comfy.org",
"description": "The best modular GUI to run AI diffusion models.",
"main": ".vite/build/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main_types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './constants';
export type { DownloadManager, Download } from './models/DownloadManager';
export type { DownloadManager, Download, DownloadState } from './models/DownloadManager';
export type { ElectronAPI } from './preload';

0 comments on commit b585bf0

Please sign in to comment.