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

Commit 06657c1

Browse files
authored
Merge pull request #202 from Lickability/version-bump-1.0.0
Version Bump to 1.0.0
2 parents 23e70cb + 0aae89b commit 06657c1

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
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</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/Pods/Target Support Files/PinpointKit/Info.plist

Lines changed: 20 additions & 20 deletions
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": "0.9",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/Lickability/PinpointKit",
55
"source": {
66
"git": "https://github.com/Lickability/PinpointKit.git",
7-
"tag": "0.9"
7+
"tag": "1.0.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>0.9</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)