diff --git a/MBProgressHUD.h b/MBProgressHUD.h index cfcbe5c..40e71a9 100644 --- a/MBProgressHUD.h +++ b/MBProgressHUD.h @@ -1,6 +1,6 @@ // // MBProgressHUD.h -// Version 0.9.1 +// Version 0.9.2 // Created by Matej Bukovinski on 2.4.09. // diff --git a/MBProgressHUD.m b/MBProgressHUD.m index 996b1cb..bf5f7ff 100644 --- a/MBProgressHUD.m +++ b/MBProgressHUD.m @@ -1,6 +1,6 @@ // // MBProgressHUD.m -// Version 0.9.1 +// Version 0.9.2 // Created by Matej Bukovinski on 2.4.09. // diff --git a/MBProgressHUD.podspec b/MBProgressHUD.podspec index 40f1888..afbd610 100644 --- a/MBProgressHUD.podspec +++ b/MBProgressHUD.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MBProgressHUD" - s.version = "0.9.1" + s.version = "0.9.2" s.summary = "An iOS activity indicator view." s.description = <<-DESC MBProgressHUD is an iOS drop-in class that displays a translucent HUD diff --git a/README.mdown b/README.mdown index 29d76ce..df96756 100644 --- a/README.mdown +++ b/README.mdown @@ -26,7 +26,7 @@ You will need the latest developer tools in order to build MBProgressHUD. Old Xc [CocoaPods](http://cocoapods.org) is the recommended way to add MBProgressHUD to your project. -1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.9.1'` +1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.9.2'` 2. Install the pod(s) by running `pod install`. 3. Include MBProgressHUD wherever you need it with `#import "MBProgressHUD.h"`.