We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5250d commit 8f9d241Copy full SHA for 8f9d241
src/utils/constants.ts
@@ -3,8 +3,8 @@ export const ANIM_DUR = 150
3
export const SCREEN_TRANSITION = 300
4
export const WEATHER_CACHE_TIME = 1000 * 60 * 10 // 10 minutes
5
6
-export const APP_VERSION = '1.5.0'
7
-export const APP_VERSION_CODE = 14
+export const APP_VERSION = '1.5.1'
+export const APP_VERSION_CODE = 15
8
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
9
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
10
export function ask_a_question() {
0 commit comments