Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit be707e9

Browse files
authored
Merge pull request #253 from Lickability/bump-version-1.3.0
Bump Version to 1.3.0
2 parents 51a1f65 + 9eac658 commit be707e9

File tree

9 files changed

+95
-99
lines changed

9 files changed

+95
-99
lines changed

Example/PinpointKitExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- PinpointKit (1.2.0):
3-
- PinpointKit/Core (= 1.2.0)
4-
- PinpointKit/Core (1.2.0)
2+
- PinpointKit (1.3.0):
3+
- PinpointKit/Core (= 1.3.0)
4+
- PinpointKit/Core (1.3.0)
55
- SwiftLint (0.25.1)
66

77
DEPENDENCIES:
@@ -17,7 +17,7 @@ EXTERNAL SOURCES:
1717
:path: "../"
1818

1919
SPEC CHECKSUMS:
20-
PinpointKit: 152e8eb82636e0a75dbb14c05f2b55110c42f5bb
20+
PinpointKit: 103b424089fdccd3df24588d72087ebfb4bc7cae
2121
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
2222

2323
PODFILE CHECKSUM: 24af8a2ca63352a72ca1cd13fc8977477eae3a12

Example/Pods/Local Podspecs/PinpointKit.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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/PinpointKit/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.

PinpointKit.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "PinpointKit",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"homepage": "https://github.com/Lickability/PinpointKit",
55
"source": {
66
"git": "https://github.com/Lickability/PinpointKit.git",
7-
"tag": "1.2.0"
7+
"tag": "1.3.0"
88
},
99
"summary": "A library that makes bug reporting simple for your users by allowing them to send feedback with annotated screenshots and logs.",
1010
"authors" : {

PinpointKit/PinpointKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ platform :ios, '9.0'
6565
use_frameworks!
6666

6767
target 'YOUR_TARGET_NAME' do
68-
pod 'PinpointKit', '~> 1.2.0'
68+
pod 'PinpointKit', '~> 1.3.0'
6969
end
7070

7171
```
@@ -79,7 +79,7 @@ $ pod install
7979
We also offer a convenience class, [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift) that is available via the `ScreenshotDetector` subspec. This class provides delegate callbacks when the user takes a screenshot while using your app. Please see the [Requirements](#requirements) section regarding inclusion of [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift). You can add this to your project by adding the following line in your `Podfile`, in addition to the one for `PinpointKit` above:
8080

8181
```ruby
82-
pod 'PinpointKit/ScreenshotDetector', '~> 1.2.0'
82+
pod 'PinpointKit/ScreenshotDetector', '~> 1.3.0'
8383
```
8484

8585
### Carthage
@@ -96,7 +96,7 @@ $ brew install carthage
9696
To integrate PinpointKit into your Xcode project using Carthage, specify it in your `Cartfile`:
9797

9898
```ogdl
99-
github "Lickability/PinpointKit" ~> 1.2.0
99+
github "Lickability/PinpointKit" ~> 1.3.0
100100
```
101101

102102
- Run `carthage update` to build the framework.

0 commit comments

Comments
 (0)