Skip to content

Commit d31eb48

Browse files
0.3.3
1 parent 74eaa63 commit d31eb48

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

BluxClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'BluxClient'
11-
s.version = '0.3.2'
11+
s.version = '0.3.3'
1212
s.summary = 'Blux iOS SDK.'
1313

1414
s.homepage = 'https://github.com/zaikorea/Blux-iOS-SDK.git'

BluxClient/Classes/SdkConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public enum SdkType: String {
1414
}
1515

1616
final class SdkConfig {
17-
static var sdkVersion = "0.3.2"
17+
static var sdkVersion = "0.3.3"
1818
static var sdkType: SdkType = .native
1919

2020
static var bluxAppGroupNameKey = "BluxAppGroupName"

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- BluxClient (0.3.2)
2+
- BluxClient (0.3.3)
33

44
DEPENDENCIES:
55
- BluxClient (from `../`)

Example/Pods/Local Podspecs/BluxClient.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/BluxClient/BluxClient-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ use_frameworks!
1818
1919
target 'YOUR_PROJECT_NAME' do
2020
// 아래 줄 추가
21-
pod 'BluxClient', '0.3.2'
21+
pod 'BluxClient', '0.3.3'
2222
end
2323
2424
// 파일 최하단의 아래 줄 추가
2525
// 앞서 입력한 Extension의 Product Name을 target 이름으로 설정합니다.
2626
target 'BluxNotificationServiceExtenstion' do
27-
pod 'BluxClient', '0.3.2'
27+
pod 'BluxClient', '0.3.3'
2828
end
2929
```
3030

0 commit comments

Comments
 (0)