Skip to content

Commit da94cc3

Browse files
authored
Merge pull request #118 from stelselim/master
cordova-sqlite-storage is updated to version 6.1.0
2 parents b6a492c + de61f81 commit da94cc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mendix/mendix-hybrid-app-base",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Mendix PhoneGap Build base package",
55
"scripts": {
66
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",

src/config.xml.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin name="cordova-plugin-vibration" source="npm" spec="3.1.0" />
4343
<plugin name="cordova-plugin-x-socialsharing" source="npm" version="5.6.4"/>
4444
<plugin name="cordova-plugin-zip" source="npm" spec="3.1.0" />
45-
<plugin name="@mendix/cordova-sqlite-storage" source="npm" spec="2.0.4-mx.1.1.0" />
45+
<plugin name="cordova-sqlite-storage" source="npm" spec="6.1.0" />
4646
<plugin name="@mendix/uk.co.workingedge.phonegap.plugin.launchnavigator" source="npm" spec="4.2.2-mx.1.0.0" />
4747

4848
{{#permissions.calendar}}

0 commit comments

Comments
 (0)