Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
o.korniienko authored and o.korniienko committed Sep 19, 2022
1 parent 6581b73 commit 6f7517e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PushSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PushSDK"
s.version = "1.1.0.1"
s.version = "1.1.1"
s.summary = "SDK for sending push messages to iOS devices."
s.homepage = "https://github.com/GlobalMessageServices/BCS-GMS-SDK-IOS"

Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions PushSDK/settings/PushConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct PushKConstants {

let kOSType = "ios"
static let serverSdkVersion = "2.3"
static let sdkVersion = "1.1.0.1"
static let sdkVersion = "1.1.1"
static let devOSVersion = UIDevice.current.systemVersion
static let deviceType = "\(UIDevice.current.model)"
static let deviceType2 = "\(UIDevice.current.batteryLevel)"
Expand All @@ -39,7 +39,7 @@ public struct PushKConstants {
static let kPushClientAPIKey = UserDefaults.standard.string(forKey:"clientApiKey")
static let FCMToken = UserDefaults.standard.string(forKey: "fcmToken")

static let branch = "master"
static let branch = "main"

public static var messageBuffer = "" as String
public static var basePushURLactive = "" as String
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To open your project run $ open ProjectName.xcworkspace<br>
More about Cocoapods and Podfile here - https://cocoapods.org, https://guides.cocoapods.org/using/the-podfile.html and https://guides.cocoapods.org/using/using-cocoapods.html.

### Add sdk to your project.
Last actual SDK version: 1.1.0.1<br>
Last actual SDK version: 1.1.1<br>
To integrate PushSDK to your project with COCOAPODS (https://guides.cocoapods.org/using/the-podfile.html) add the next line in Podfile.<br>
pod 'PushSDK', :git => 'https://github.com/GlobalMessageServices/BCS-GMS-SDK-IOS', :branch => 'gmsapi'

Expand Down

0 comments on commit 6f7517e

Please sign in to comment.