Skip to content

Commit ffaa27f

Browse files
committed
Version bump and change log update.
1 parent 2cdf32f commit ffaa27f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Demo/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<string>${PRODUCT_NAME}</string>
2424
<key>CFBundlePackageType</key>
2525
<string>APPL</string>
26+
<key>CFBundleShortVersionString</key>
27+
<string>1.0</string>
2628
<key>CFBundleSignature</key>
2729
<string>????</string>
2830
<key>CFBundleVersion</key>

MBProgressHUD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MBProgressHUD.h
3-
// Version 0.5
3+
// Version 0.6
44
// Created by Matej Bukovinski on 2.4.09.
55
//
66

MBProgressHUD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// MBProgressHUD.m
3-
// Version 0.5
3+
// Version 0.6
44
// Created by Matej Bukovinski on 2.4.09.
55
//
66

README.mdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You will need LLVM 3.0 or later in order to build MBProgressHUD.
2626

2727
[CocoaPods](http://cocoapods.org) is the recommended way to add MBProgressHUD to your project.
2828

29-
1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.5'`
29+
1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.6'`
3030
2. Install the pod(s) by running `pod install`.
3131
3. Include MBProgressHUD wherever you need it with `#import "MBProgressHUD.h"`.
3232

@@ -98,6 +98,15 @@ This code is distributed under the terms and conditions of the [MIT license](LIC
9898
9999
## Change-log
100100
101+
**Version 0.6** @ 13.03.13
102+
103+
- Full cocoapods support.
104+
- Static library integration option.
105+
- Improved blocks support.
106+
- Bezel color.
107+
- Demo app fixes (iOS 6).
108+
- Various bug-fixes and enhancements.
109+
101110
**Version 0.5** @ 22.03.12
102111
103112
- Major source code modernization and cleanup (KVO, layout code, instance vars, etc.).

0 commit comments

Comments
 (0)