Skip to content

Commit ac7a7a8

Browse files
committed
Version bump to 0.9.1.
1 parent 61addd2 commit ac7a7a8

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Matej Bukovinski
1+
Copyright (c) 2009-2015 Matej Bukovinski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

MBProgressHUD.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//
22
// MBProgressHUD.h
3-
// Version 0.9
3+
// Version 0.9.1
44
// Created by Matej Bukovinski on 2.4.09.
55
//
66

77
// This code is distributed under the terms and conditions of the MIT license.
88

9-
// Copyright (c) 2013 Matej Bukovinski
9+
// Copyright (c) 2009-2015 Matej Bukovinski
1010
//
1111
// Permission is hereby granted, free of charge, to any person obtaining a copy
1212
// of this software and associated documentation files (the "Software"), to deal

MBProgressHUD.m

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

@@ -70,7 +70,6 @@ @interface MBProgressHUD () {
7070
@property (atomic, MB_STRONG) NSTimer *minShowTimer;
7171
@property (atomic, MB_STRONG) NSDate *showStarted;
7272

73-
7473
@end
7574

7675

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.9"
3+
s.version = "0.9.1"
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

MBProgressHUD.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You will need the latest developer tools in order to build MBProgressHUD. Old Xc
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.8'`
29+
1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.9.1'`
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)