Skip to content

Commit 7c8ef3d

Browse files
committed
Version bump to 0.8.
1 parent b157ecb commit 7c8ef3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.7
3+
// Version 0.8
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.7
3+
// Version 0.8
44
// Created by Matej Bukovinski on 2.4.09.
55
//
66

MBProgressHUD.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 = "MBProgressHUD"
3-
s.version = "0.7"
3+
s.version = "0.8"
44
s.summary = "An iOS activity indicator view."
55
s.description = <<-DESC
66
MBProgressHUD is an iOS drop-in class that displays a translucent HUD

README.mdown

Lines changed: 1 addition & 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.7'`
29+
1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.8'`
3030
2. Install the pod(s) by running `pod install`.
3131
3. Include MBProgressHUD wherever you need it with `#import "MBProgressHUD.h"`.
3232

0 commit comments

Comments
 (0)