Skip to content

Commit

Permalink
Release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ofavre committed Aug 19, 2019
1 parent baeba4e commit de9a4bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions WonderPush.podspec.json
Expand Up @@ -2,7 +2,7 @@
"name": "WonderPush",
"module_name": "WonderPush",
"documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "3.1.3",
"version": "3.1.4",
"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": "v3.1.3"
"tag": "v3.1.4"
},
"requires_arc": true,
"default_subspecs": ["Core"],
Expand Down
2 changes: 1 addition & 1 deletion WonderPush/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.3</string>
<string>3.1.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WonderPush/Sources/WonderPush_private.h
Expand Up @@ -21,7 +21,7 @@
#import "WPResponse.h"


#define SDK_VERSION @"iOS-3.1.3"
#define SDK_VERSION @"iOS-3.1.4"
#define PRODUCTION_API_DOMAIN @"api.wonderpush.com"
#define PRODUCTION_API_URL @"https://" PRODUCTION_API_DOMAIN @"/v1/"

Expand Down
4 changes: 2 additions & 2 deletions WonderPushExtension.podspec.json
Expand Up @@ -2,7 +2,7 @@
"name": "WonderPushExtension",
"module_name": "WonderPushExtension",
"documentation_url": "https://wonderpush.github.io/wonderpush-ios-sdk/",
"version": "3.1.3",
"version": "3.1.4",
"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": "v3.1.3"
"tag": "v3.1.4"
},
"requires_arc": true,
"default_subspecs": ["Extension"],
Expand Down
2 changes: 1 addition & 1 deletion WonderPushExtension/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.3</string>
<string>3.1.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit de9a4bb

Please sign in to comment.