Skip to content

Commit bd0329b

Browse files
committed
Update app version to 1.0.1 and version code to 2
1 parent 9e15acd commit bd0329b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Linking } from 'react-native'
22

3-
export const APP_VERSION = '1.0.0'
4-
export const APP_VERSION_CODE = 46
3+
export const APP_VERSION = '1.0.1'
4+
export const APP_VERSION_CODE = 2
55
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
66
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
77
export function ask_a_question() {

0 commit comments

Comments
 (0)