Skip to content

Commit

Permalink
update bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Feb 27, 2019
1 parent bddaa32 commit 44d487e
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 261 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="40019" id="org.codaco.networkCanvas" ios-CFBundleIdentifier="networkCanvas" ios-CFBundleVersion="40019" version="4.0.0-alpha.12" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="40020" id="org.codaco.networkCanvas" ios-CFBundleIdentifier="networkCanvas" ios-CFBundleVersion="40020" version="4.0.0-alpha.12" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>NetworkCanvas</name>
<description>
Simplifying complex network data collection.
Expand Down Expand Up @@ -68,5 +68,5 @@
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-network-canvas-client" spec="./cordova-plugin-network-canvas-client" />
<engine name="ios" spec="^4.5.5" />
<engine name="android" spec="^8.0.0" />
<engine name="android" spec="^7.1.2" />
</widget>
Loading

0 comments on commit 44d487e

Please sign in to comment.