From dd66d73db3bbce9210196395d040d434835ee7cb Mon Sep 17 00:00:00 2001 From: Paul Stresow Date: Wed, 15 May 2019 14:22:00 +0200 Subject: [PATCH] pushed version to 1.1.0 --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c10556b..f599333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-abi-filter", - "version": "1.0.3", + "version": "1.1.0", "description": "Specify supported platform ABIs for your android build", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/plugin.xml b/plugin.xml index 8b8059f..71db7b3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-plugin-abi-filter Filter desired platform ABIs from your project build. Apache 2.0 License