Skip to content

Commit 6d3b138

Browse files
committed
version numbers. 2.0.2
1 parent 197d293 commit 6d3b138

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JSMessagesViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JSMessagesViewController"
3-
s.version = "2.0.1"
3+
s.version = "2.0.2"
44
s.summary = "A messages UI for iPhone and iPad."
55
s.description = "This messages tableview controller is very similar to the one in the iOS Messages app. Note, this is only a messaging UI, not a messaging app. This is intended to be used in an existing app where you have (or are developing) a messaging system and need a user interface for it."
66
s.homepage = "https://github.com/jessesquires/MessagesTableViewController"

MessagesDemo/MessagesDemo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.1</string>
20+
<string>2.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2.0.1</string>
24+
<string>2.0.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)