Update version to 1.0.4

This commit is contained in:
MBuchalik 2018-03-23 15:08:31 +01:00
parent 41f21c0d63
commit bc126ae776
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Maybe you simply need to build for one architecture because of other reasons? Th
# Usage
Include this plugin in your config.xml:
```xml
<plugin name="cordova-build-architecture" spec="https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.3" source="git" />
<plugin name="cordova-build-architecture" spec="https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.4" source="git" />
```
By default, it will try to produce arm builds only. If you want to target x86, add the following preference:

View File

@ -1,6 +1,6 @@
{
"name": "cordova-build-architecture",
"version": "1.0.3",
"version": "1.0.4",
"description": "Experimental plugin to force one single arm or x86 build",
"repository": {
"type": "git",

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-build-architecture"
version="1.0.3">
version="1.0.4">
<name>Build Architecture</name>
<description>Experimental plugin to force one single arm or x86 build</description>