Skip to content

Commit

Permalink
Merge pull request #56 from CanalTP/release/3.1.0
Browse files Browse the repository at this point in the history
Release/3.1.0
  • Loading branch information
RachikAbidi authored Oct 25, 2021
2 parents 524c4db + 94d45a5 commit 239cf67
Show file tree
Hide file tree
Showing 5 changed files with 35,434 additions and 47,750 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-navitia-sdk",
"version": "3.0.0",
"version": "3.1.0",
"description": "Cordova plugin for NavitiaSDK iOS & Android",
"cordova": {
"id": "org-kisio-plugins-navitia-sdk",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-navitia-sdk" version="3.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-navitia-sdk" version="3.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>NavitiaSDK</name>

<preference name="KISIO_ARTIFACTORY_URL" default="https://kisiodigital.jfrog.io/kisiodigital/" />
Expand All @@ -25,7 +25,7 @@
<source url="https://github.com/CanalTP/Podspecs"/>
</config>
<pods use-frameworks="true">
<pod name="NavitiaSDK" spec="1.5.0"/>
<pod name="NavitiaSDK" spec="2.1.0"/>
</pods>
</podspec>

Expand Down
Loading

0 comments on commit 239cf67

Please sign in to comment.