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

Commit 7737e5b

Browse files
authored
Merge pull request #234 from Lickability/feature/bump-version
Bump version to 1.1.0
2 parents 2853d27 + 774e3c0 commit 7737e5b

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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.0.0</string>
18+
<string>1.1.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.0.0):
3-
- PinpointKit/Core (= 1.0.0)
4-
- PinpointKit/Core (1.0.0)
2+
- PinpointKit (1.1.0):
3+
- PinpointKit/Core (= 1.1.0)
4+
- PinpointKit/Core (1.1.0)
55
- SwiftLint (0.22.0)
66

77
DEPENDENCIES:
@@ -13,7 +13,7 @@ EXTERNAL SOURCES:
1313
:path: ../
1414

1515
SPEC CHECKSUMS:
16-
PinpointKit: 633460c9f1786637c29ac348bf5fa363122670cf
16+
PinpointKit: e828ae9c7e27ee68dd062b48457ab1a42ef09b34
1717
SwiftLint: 1134786caedd2caab0560d2f36b76414a5a56808
1818

1919
PODFILE CHECKSUM: 1f4e98c55bec5a078c5fdd5afec7cf066461b486

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/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.0.0",
3+
"version": "1.1.0",
44
"homepage": "https://github.com/Lickability/PinpointKit",
55
"source": {
66
"git": "https://github.com/Lickability/PinpointKit.git",
7-
"tag": "1.0.0"
7+
"tag": "1.1.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.0.0</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)