Skip to content

Commit f2aeba4

Browse files
committed
version updated
1 parent 23ccf0a commit f2aeba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="3" id="com.myazarc.pm" ios-CFBundleVersion="1" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="4" id="com.myazarc.pm" ios-CFBundleVersion="1" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Pass Manager</name>
44
<description>Password Manager</description>
55
<author email="myazarc@gmail.com" href="myazarc.com">
@@ -27,6 +27,6 @@
2727
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
2828
<icon src="res/icon/android/icon.png" />
2929
<splash src="res/screen/android/splash.png" />
30-
<preference name="ShowSplashScreenSpinner" value="false"/>
30+
<preference name="ShowSplashScreenSpinner" value="false" />
3131
<engine name="android" spec="^7.0.0" />
3232
</widget>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pm",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A Vue.js project",
55
"author": "myazarc <i@myazarc.com>",
66
"private": true,

0 commit comments

Comments
 (0)