lib/helper/src/main/kotlin/insulator/Constants.kt
package insulator
const val CONFIG_FILE_NAME = "Insulator.cfg"
const val VERSION_PROPERTY = "app.version"
const val GITHUB_REPO =
"""https://github.com/andrewinci/Insulator"""
const val LATEST_RELEASE_API_ENDPOINT =
"""https://api.github.com/repos/andrewinci/Insulator/releases/latest"""