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 83d3263 commit 624a684Copy full SHA for 624a684
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.3.0'
7
-export const APP_VERSION_CODE = 9
+export const APP_VERSION = '1.3.1'
+export const APP_VERSION_CODE = 10
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