diff --git a/amnet-native/app.json b/amnet-native/app.json index d2af87e..d1d4a6c 100644 --- a/amnet-native/app.json +++ b/amnet-native/app.json @@ -1,10 +1,12 @@ { "name": "AMNet", + "version": "1.0.0", "slug": "amnet-native", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "ios": { "bundleIdentifier": "moe.ppc.amnet", + "supportsTablet": true, "infoPlist": { "UIViewControllerBasedStatusBarAppearance": "NO" },