Skip to content

Commit

Permalink
Merge pull request #7 from CanalTP/release-1.1.0
Browse files Browse the repository at this point in the history
🚀 Release 1.1.0
  • Loading branch information
EvenModiguy authored Feb 7, 2018
2 parents 88333ef + a9e4282 commit ddfdf83
Show file tree
Hide file tree
Showing 9 changed files with 10,286 additions and 3,681 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "CanalTP/NavitiaSDK_ios" ~> 1.0
github "CanalTP/NavitiaSDK_ios" ~> 1.1.0
4 changes: 0 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
github "Alamofire/Alamofire" "4.6.0"
github "CanalTP/NavitiaSDK_ios" "1.0.0"
github "Hearst-DD/ObjectMapper" "2.2.9"
github "tristanhimmelman/AlamofireObjectMapper" "4.1.0"
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": "1.0.0",
"version": "1.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="1.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="1.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>NavitiaSDK</name>

<js-module name="NavitiaSDK" src="www/NavitiaSDK.js">
Expand Down Expand Up @@ -35,4 +35,4 @@

<source-file src="src/android/org/kisio/CDVNavitiaSDK/CDVNavitiaSDK.java" target-dir="src/org/kisio/CDVNavitiaSDK" />
</platform>
</plugin>
</plugin>
2 changes: 1 addition & 1 deletion scripts/ios/carthage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ module.exports = function(ctx) {
});

return deferral.promise;
};
};
4 changes: 2 additions & 2 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ repositories {
}

dependencies {
compile 'org.kisio.sdk:navitia-sdk:0.3.0'
}
compile 'org.kisio.sdk:navitia-sdk:1.0.0'
}
6,399 changes: 4,592 additions & 1,807 deletions src/android/org/kisio/CDVNavitiaSDK/CDVNavitiaSDK.java

Large diffs are not rendered by default.

4,709 changes: 3,420 additions & 1,289 deletions src/ios/CDVNavitiaSDK.swift

Large diffs are not rendered by default.

Loading

0 comments on commit ddfdf83

Please sign in to comment.