Skip to content

Commit

Permalink
Release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane JAIS committed Sep 6, 2022
1 parent 62f0ef9 commit 055f4d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Sources/WonderPush/WonderPush_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef WonderPush_constants_h
#define WonderPush_constants_h

#define SDK_VERSION @"iOS-4.1.1"
#define SDK_VERSION @"iOS-4.1.2"
#define PRODUCTION_API_DOMAIN @"api.wonderpush.com"
#define PRODUCTION_API_URL @"https://" PRODUCTION_API_DOMAIN @"/v1/"
#define REMOTE_CONFIG_BASE_URL @"https://cdn.by.wonderpush.com/config/clientids/"
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/WonderPush/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.1</string>
<string>4.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/WonderPushExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.1</string>
<string>4.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions WonderPush.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "WonderPush",
"module_name": "WonderPush",
"documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "4.1.1",
"version": "4.1.2",
"license": {
"type": "Apache-2.0",
"file": "LICENSE.txt"
Expand All @@ -18,7 +18,7 @@
},
"source": {
"git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
"tag": "v4.1.1"
"tag": "v4.1.2"
},
"requires_arc": true,
"default_subspecs": ["Core"],
Expand Down
4 changes: 2 additions & 2 deletions WonderPushExtension.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "WonderPushExtension",
"module_name": "WonderPushExtension",
"documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "4.1.1",
"version": "4.1.2",
"license": {
"type": "Apache-2.0",
"file": "LICENSE.txt"
Expand All @@ -18,7 +18,7 @@
},
"source": {
"git": "https://github.com/wonderpush/wonderpush-ios-sdk.git",
"tag": "v4.1.1"
"tag": "v4.1.2"
},
"requires_arc": true,
"default_subspecs": ["Extension"],
Expand Down

0 comments on commit 055f4d3

Please sign in to comment.