Skip to content

Commit

Permalink
release: 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Oct 9, 2023
1 parent 82126dd commit 663f6d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |spec|
spec.name = 'DyteiOSCore'
spec.version = '1.23.0'
spec.version = '1.23.1'
spec.homepage = 'https://dyte.io'
spec.source = {
:http => 'https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.0-3bd60092-6591-4785-91f3-b6778c8e479a.xcframework.zip',
:http => 'https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.1-c54fed48-9068-4354-abf2-0d983ee14282.xcframework.zip',
:type => 'zip',
:headers => ['Accept: application/octet-stream']
}
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.0-3bd60092-6591-4785-91f3-b6778c8e479a.xcframework.zip"
let remoteKotlinChecksum = "f35d5379420814e2463699330caf2ce6bb80c6fedcfb92213497cc8b7969d238"
let remoteKotlinUrl = "https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.1-c54fed48-9068-4354-abf2-0d983ee14282.xcframework.zip"
let remoteKotlinChecksum = "efde079981263e9d436537969fe621a5a6ba372e1eaba435be2484c62910b00b"
let packageName = "DyteiOSCore"
// END KMMBRIDGE BLOCK

Expand Down

0 comments on commit 663f6d3

Please sign in to comment.