We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd837ec commit 7714ad5Copy full SHA for 7714ad5
ios/App/App/Info.plist
@@ -17,9 +17,9 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>0.2.0</string>
+ <string>1.0.0</string>
21
<key>CFBundleVersion</key>
22
23
<key>LSRequiresIPhoneOS</key>
24
<true/>
25
<key>NSAppTransportSecurity</key>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "example-app",
3
- "version": "0.2.0",
+ "version": "1.0.0",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
0 commit comments