Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
umutalparslan committed Jan 23, 2024
1 parent 79f2cd8 commit 21a232a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Colorful (3.0.0)
- Eureka (5.3.6)
- Euromsg (2.6.1)
- VisilabsIOS (4.1.2)
- VisilabsIOS (4.1.3)

DEPENDENCIES:
- CleanyModal
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
Colorful: 9e093edacaa9fb73512ad9da157f0707b82d2542
Eureka: 28ad9dec6286cd7cd601fdf8e8df39bb7356a8f4
Euromsg: 2414b3b652a9b01da5f9a13380be9f01eb8b354b
VisilabsIOS: 7c959dfbac6357034d9f9d34659b1a26780b1a9d
VisilabsIOS: d2cf7430a0374d66a4e5e9debc2274924244b7cc

PODFILE CHECKSUM: 37eb5f3e9a2f3ac48e581d087a56e280a7f7889b

Expand Down
2 changes: 1 addition & 1 deletion Sources/Utilities/VisilabsConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UIKit

struct VisilabsConstants {

static let sdkVersion = "4.1.2"
static let sdkVersion = "4.1.3"
static let sdkTypeKey = "sdk_type"

static let HTTP = "http"
Expand Down
2 changes: 1 addition & 1 deletion VisilabsIOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'VisilabsIOS'
s.module_name = 'VisilabsIOS'
s.version = '4.1.2'
s.version = '4.1.3'
s.summary = 'VisilabsIOS IOS SDK'
s.description = 'VisilabsIOS IOS SDK for analytics and recommendation'
s.homepage = 'https://www.relateddigital.com'
Expand Down

0 comments on commit 21a232a

Please sign in to comment.