Skip to content

Commit 6f8b5b2

Browse files
committed
Bump version to 2.0.1
1 parent e167703 commit 6f8b5b2

22 files changed

+48
-44
lines changed

.jazzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ github_url: https://github.com/polydice/ICInputAccessory
55
github_file_prefix: https://github.com/polydice/ICInputAccessory/blob/develop
66
xcodebuild_arguments: [-project, ICInputAccessory.xcodeproj, -scheme, ICInputAccessory-iOS]
77
module: ICInputAccessory
8-
module_version: 2.0.0
8+
module_version: 2.0.1
99
output: docs
1010
theme: fullwidth
1111
skip_undocumented: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.0.1
2+
3+
* Fix the embedded standard library issue [#32](https://github.com/polydice/ICInputAccessory/pull/32)
4+
15
## v2.0.0
26

37
* Drop Class Name Prefixes

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.0</string>
20+
<string>2.0.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

ICInputAccessory.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ICInputAccessory"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "A customized token text field used in the iCook app."
55
s.description = <<-DESC
66
KeyboardDismissTextField:
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
1616
* An easy to use UIControl that displays a UIPickerView with given options.
1717
DESC
1818

19-
s.screenshots = "https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.png",
20-
"https://polydice.github.io/ICInputAccessory/screenshots/ICKeyboardDismissTextField.png"
19+
s.screenshots = "https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICTokenField.png",
20+
"https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICKeyboardDismissTextField.png"
2121
s.homepage = "https://github.com/polydice/ICInputAccessory"
2222
s.license = { type: "MIT", file: "LICENSE" }
2323
s.authors = "bcylin", "trisix"

ICInputAccessory/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>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ICInputAccessoryUITests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Customized text fields used in the [iCook app](https://itunes.apple.com/app/id55
1919
* Customizable icon and colors.
2020
* Supports storyboard.
2121

22-
![ICTokenField](https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.gif)
22+
![ICTokenField](https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICTokenField.gif)
2323

2424
### OptionPickerControl
2525

docs/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ <h4>Declaration</h4>
249249
</article>
250250
</div>
251251
<section class="footer">
252-
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
253-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
252+
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
253+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
254254
</section>
255255
</body>
256256
</div>

docs/Classes/KeyboardDismissAccessoryView.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ <h4>Declaration</h4>
249249
</article>
250250
</div>
251251
<section class="footer">
252-
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
253-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
252+
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
253+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
254254
</section>
255255
</body>
256256
</div>

docs/Classes/KeyboardDismissTextField.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ <h4>Declaration</h4>
219219
</article>
220220
</div>
221221
<section class="footer">
222-
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
223-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
222+
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
223+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
224224
</section>
225225
</body>
226226
</div>

0 commit comments

Comments
 (0)