Files
Homarr/data/constants.ts

4 lines
126 B
TypeScript
Raw Normal View History

2022-05-12 14:24:15 +02:00
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.11.3';
export const ICON_PICKER_SLICE_LIMIT = 36;