Skip to content

Commit

Permalink
fix(defaultConfig): change defaultAppVersion value
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 15, 2019
1 parent f64b4f4 commit 426cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/data/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { DefaultSourceProducerAndSecretExport } from './secret'
export const DefaultPlatformInstance = 'RADAR-CNS'

// *Default app version
export const DefaultAppVersion = '0.7.1-alpha'
export const DefaultAppVersion = '0.7.2-alpha'

// *Default Android package name
export const DefaultPackageName = 'org.phidatalab.radar_armt'
Expand Down

0 comments on commit 426cc79

Please sign in to comment.