Skip to content

Commit

Permalink
release: 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Nov 18, 2023
1 parent f87dc54 commit 16924c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DyteiOSCore'
spec.version = '1.25.0'
spec.version = '1.25.1'
spec.homepage = 'https://dyte.io'
spec.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => spec.version.to_s }
spec.authors = { 'Dyte' => '[email protected]' }
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.2-95a2eac8-b0b3-468d-a1cc-e66f8e0cdc42.xcframework.zip"
let remoteKotlinChecksum = "0bb418a09860be0f3278f96db522ffbe5e7698d7734655688cec8bee61ae540d"
let remoteKotlinUrl = "https://github.com/dyte-in/DyteMobileCoreiOS/archive/refs/tags/1.25.0.zip"
let remoteKotlinChecksum = "e5de9561f20c33436b64c3db783a432e1ebdaae928db12325a5f00788ca958c0"
let packageName = "DyteiOSCore"
// END KMMBRIDGE BLOCK

Expand Down

0 comments on commit 16924c2

Please sign in to comment.