export default class VersionConstants {
    static readonly HMROUTER_ORGANIZATION = "@hadss";
    static readonly HMROUTER_LIB_NAME = "hmrouter";
    static readonly HMROUTER_VERSION_KEY = "version";
    static readonly HMROUTER_VERSION_V1 = "1.0.0";
    static readonly HMROUTER_MIN_VERSION_FOR_NAV_HELPER = "1.1.0";
    static readonly HMROUTER_MIN_VERSION_FOR_SDK_API = "1.2.0";
}
