Skip to content

Commit

Permalink
fix: fixed released version
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhash703 authored and harshgarg18 committed May 21, 2024
1 parent 70f1710 commit fa12f4d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# 4.0.18
* Added support to exclude microSdks.
* Updated HyperSdk plugin version to 2.0.7.

# 4.0.17
* Removing activity from process call.
* Added support to exclude microSdks.
* Updated HyperSdk plugin version to 2.0.7.

# 4.0.16

* Updated HyperSDK version for iOS to 2.1.40.
* Added support to render Payment Page UI within merchant container. Refer [this](README.md#step-31-process-via-container) for more information.

Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PODS:
- flutter_inappwebview_ios/Core (0.0.1):
- Flutter
- OrderedSet (~> 5.0)
- HyperSDK (2.1.40):
- HyperSDK (2.1.40.1):
- JuspaySafeBrowser (= 0.1.83)
- Salvator (= 1.0.6)
- hypersdkflutter (4.0.16):
- hypersdkflutter (4.0.17):
- Flutter
- HyperSDK (= 2.1.40)
- HyperSDK (= 2.1.40.1)
- JuspaySafeBrowser (0.1.83)
- OrderedSet (5.0.0)
- Salvator (1.0.6)
Expand Down Expand Up @@ -40,12 +40,12 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_inappwebview_ios: 97215cf7d4677db55df76782dbd2930c5e1c1ea0
HyperSDK: 5ca8f767f459d9b4984ac6889ee0bb24d4120df0
hypersdkflutter: ec1dd5ad069bdae4c52ec383c8212120cdaa125e
HyperSDK: 0152839cab1ea2889402c892bebc6fd09cbfc7aa
hypersdkflutter: 1a43f98d6febba6417bf3f366c22c320baf6e8bc
JuspaySafeBrowser: 91be796164a40317d5a9153ac6d433a4928ef549
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
Salvator: 1de69620ac17123ba3491e27a9a8b35bc5b97eaa

PODFILE CHECKSUM: cba9212f3b66a15bdfc427a805562f0aba11c0e6

COCOAPODS: 1.15.2
COCOAPODS: 1.12.1
2 changes: 2 additions & 0 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<string>devtools</string>
<string>myairtel</string>
<string>slice-upi</string>
<string>ppe</string>
<string>cugext</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion ios/hypersdkflutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'hypersdkflutter'
s.version = '4.0.16'
s.version = '4.0.17'
s.summary = 'Flutter plugin for Juspay SDK'
s.description = <<-DESC
Flutter plugin for juspay SDK.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hypersdkflutter
description: >-
Flutter plugin for HyperSDK which enables payment orchestration via different dynamic modules.
version: 4.0.18
version: 4.0.17
repository: https://github.com/juspay/hyper-sdk-flutter
homepage: https://juspay.in/

Expand Down

0 comments on commit fa12f4d

Please sign in to comment.