Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMoreViolence committed Dec 19, 2024
1 parent 1eba0f3 commit 5414ff3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BluxClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'BluxClient'
s.version = '0.4.1'
s.version = '0.4.2'
s.summary = 'Blux iOS SDK.'

s.homepage = 'https://github.com/zaikorea/Blux-iOS-SDK.git'
Expand Down
2 changes: 1 addition & 1 deletion BluxClient/Classes/SdkConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum SdkType: String {
}

final class SdkConfig {
static var sdkVersion = "0.4.1"
static var sdkVersion = "0.4.2"
static var sdkType: SdkType = .native

static var bluxAppGroupNameKey = "BluxAppGroupName"
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BluxClient (0.4.1)
- BluxClient (0.4.2)

DEPENDENCIES:
- BluxClient (from `../`)
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/BluxClient.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ use_frameworks!
target 'YOUR_PROJECT_NAME' do
// 아래 줄 추가
pod 'BluxClient', '0.4.1'
pod 'BluxClient', '0.4.2'
end
// 파일 최하단의 아래 줄 추가
// 앞서 입력한 Extension의 Product Name을 target 이름으로 설정합니다.
target 'BluxNotificationServiceExtenstion' do
pod 'BluxClient', '0.4.1'
pod 'BluxClient', '0.4.2'
end
```

Expand Down

0 comments on commit 5414ff3

Please sign in to comment.