From 59b804cdf33de8e701c154a2d2147d9905965262 Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Wed, 14 Feb 2024 00:03:59 +0100 Subject: [PATCH] release version 2.6.0 --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36cf5a68..8ff81af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ns0m/cordova-plugin-advanced-http", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86872453..a2dddb55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ns0m/cordova-plugin-advanced-http", - "version": "2.5.1", + "version": "2.6.0", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { "updatecert": "node ./scripts/update-e2e-server-cert.js && node ./scripts/update-e2e-client-cert.js", diff --git a/plugin.xml b/plugin.xml index eaca50a9..8c58d7e3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Advanced HTTP plugin Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning