Skip to content

Commit 4ecaf94

Browse files
committed
Bump app version to 1.1.1 and update version code to 4
1 parent 83130ee commit 4ecaf94

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.1.0'
7-
export const APP_VERSION_CODE = 3
6+
export const APP_VERSION = '1.1.1'
7+
export const APP_VERSION_CODE = 4
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)