Skip to content

Commit 33a98b7

Browse files
committed
bump version nums to 3.0.0 for semantic versioning
1 parent 0be3f0f commit 33a98b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.0'
3+
s.version = '3.0.0'
44
s.summary = 'A messages UI for iPhone and iPad.'
55
s.homepage = 'https://github.com/jessesquires/MessagesTableViewController'
66
s.license = 'MIT License'

MessagesDemo/MessagesDemo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.5.0</string>
24+
<string>3.0.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>2.5.0</string>
28+
<string>3.0.0</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UIRequiredDeviceCapabilities</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This messages tableview controller is very similar to the one in the iOS Message
1010

1111
## Update!
1212

13-
###Version 2.5 just released with a brand new API! iOS 7 support coming soon, and moar better documentation!
13+
####Version 3.0.0 just released with a brand new API! iOS 7 support + documentation coming soon!
1414

1515
## Features
1616

0 commit comments

Comments
 (0)