Skip to content

Commit

Permalink
upgrade did sdk(java 2.2.4, swfit 2.2.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
raozhiming committed Mar 29, 2022
1 parent caeb6a2 commit d555b97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastosfoundation/elastos-cordova-plugin-did",
"version": "1.0.45",
"version": "1.0.46",
"description": "Elastos DID Plugin",
"cordova": {
"id": "@elastosfoundation/elastos-cordova-plugin-did",
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="@elastosfoundation/elastos-cordova-plugin-did" version="1.0.45" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="@elastosfoundation/elastos-cordova-plugin-did" version="1.0.46" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>DID</name>
<js-module name="DIDPlugin" src="www/did.js">
<clobbers target="didManager" />
Expand Down Expand Up @@ -27,7 +27,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="ElastosDIDSDK" spec='~> 2.2.7'/>
<pod name="ElastosDIDSDK" spec='~> 2.2.10'/>
<pod name="SwiftJWT" spec="~> 3.5.3" swift-version="4"/>
<pod name="AnyCodable-FlightSchool" spec='~> 0.2.3'/>
</pods>
Expand Down
2 changes: 1 addition & 1 deletion src/android/did.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ repositories {
}

dependencies {
implementation 'org.elastos.did:didsdk:2.2.3'
implementation 'org.elastos.did:didsdk:2.2.+'
}

0 comments on commit d555b97

Please sign in to comment.