Skip to content

Commit 8f9d241

Browse files
committed
chore: Update app version to 1.5.1 and version code to 15
1 parent ca5250d commit 8f9d241

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.5.0'
7-
export const APP_VERSION_CODE = 14
6+
export const APP_VERSION = '1.5.1'
7+
export const APP_VERSION_CODE = 15
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)