Skip to content

Commit 624a684

Browse files
authored
Update version to 1.3.1 and version code to 10
1 parent 83d3263 commit 624a684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const ANIM_DUR = 150
33
export const SCREEN_TRANSITION = 300
44
export const WEATHER_CACHE_TIME = 1000 * 60 * 10 // 10 minutes
55

6-
export const APP_VERSION = '1.3.0'
7-
export const APP_VERSION_CODE = 9
6+
export const APP_VERSION = '1.3.1'
7+
export const APP_VERSION_CODE = 10
88
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
99
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
1010
export function ask_a_question() {

0 commit comments

Comments
 (0)