Skip to content

Commit

Permalink
Merge pull request #68 from Anyline/release/41.0.1
Browse files Browse the repository at this point in the history
Change version to 41.0.1; Change iOS plugin version to 41.0.1
  • Loading branch information
renatoAnyline authored Aug 9, 2022
2 parents c63f651 + 6f1ce20 commit e0da5ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.anyline.examples.cordova" version="41.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.anyline.examples.cordova" version="41.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
<preference name="deployment-target" value="12.0" />
<preference name="SwiftVersion" value="4.2" />
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-anyline-cordova",
"version": "41.0.0",
"version": "41.0.1",
"description": "The cordova plugin for the Anyline SDK",
"cordova": {
"id": "io-anyline-cordova",
Expand Down
6 changes: 3 additions & 3 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="io-anyline-cordova"
version="41.0.0">
version="41.0.1">

<name>AnylineSDK</name>

Expand Down Expand Up @@ -44,7 +44,7 @@
<!-- <resource-file src="src/ios/anyline_sdk/AnylineResources.bundle"/>-->

<!-- Anyline Framework & Resource Bundle CocoaPods -->
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 41.0.0"/>
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 41.0.1"/>

<!-- <podspec>
<config>
Expand All @@ -57,7 +57,7 @@
</podspec> -->


<!-- Frameworks needed by Anyline SDK for iOS -->
<!-- Frameworks/Libs needed by Anyline SDK for iOS -->
<framework src="libz.tbd"/>
<framework src="libc++.tbd"/>
<framework src="AssetsLibrary.framework"/>
Expand Down

0 comments on commit e0da5ec

Please sign in to comment.