Skip to content

Commit

Permalink
Merge pull request #118 from ArcBlock/depend-fix
Browse files Browse the repository at this point in the history
chore: fix depends
  • Loading branch information
CreatFish authored Nov 7, 2023
2 parents 6a09343 + aa8b407 commit aa1e8c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ github_url: https://github.com/ArcBlock/arcblock-ios-sdk
github_file_prefix: https://github.com/ArcBlock/arcblock-ios-sdk/tree/master
exclude:
- ArcBlockSDK/ABSDKCoreKit/Network/ABSDKPagination.swift
module_version: 0.11.41
module_version: 0.11.42
3 changes: 1 addition & 2 deletions ArcBlockSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ArcBlockSDK'
s.version = '0.11.41'
s.version = '0.11.42'
s.summary = 'Used to integrate iOS apps with ArcBlock Platform.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -40,7 +40,6 @@ TODO: Add long description of the pod here.
sc.dependency 'ReachabilitySwift'
sc.dependency 'CryptoSwift', '~> 1.4.0'
sc.dependency 'BigInt', '~> 5.2.0'
sc.dependency 'SwiftPhoenixClient'
sc.dependency 'web3swift', '~> 2.3.0'

# sc.weak_framework='CryptoKit'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.11.42 (November 07, 2023)
- fix depends

## 0.11.41 (February 27, 2023)
- fix encrypt define
- Merge pull request #116 from ArcBlock/update-protobuf
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.41
0.11.42

0 comments on commit aa1e8c3

Please sign in to comment.