Skip to content

Commit

Permalink
Update app version to 1.0.1 and version code to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Oct 8, 2024
1 parent 9e15acd commit bd0329b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Linking } from 'react-native'

export const APP_VERSION = '1.0.0'
export const APP_VERSION_CODE = 46
export const APP_VERSION = '1.0.1'
export const APP_VERSION_CODE = 2
export const ASK_QN_URL = 'https://t.me/+u6qGi8wPRmAxOGZl'
export const APP_TG_CHANNEL = 'tg://resolve?domain=tech_triangle'
export function ask_a_question() {
Expand Down

0 comments on commit bd0329b

Please sign in to comment.