Skip to content

Commit

Permalink
Version bump to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Mar 6, 2015
1 parent 61addd2 commit ac7a7a8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013 Matej Bukovinski
Copyright (c) 2009-2015 Matej Bukovinski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions MBProgressHUD.h
@@ -1,12 +1,12 @@
//
// MBProgressHUD.h
// Version 0.9
// Version 0.9.1
// Created by Matej Bukovinski on 2.4.09.
//

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

// Copyright (c) 2013 Matej Bukovinski
// Copyright (c) 2009-2015 Matej Bukovinski
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions MBProgressHUD.m
@@ -1,6 +1,6 @@
//
// MBProgressHUD.m
// Version 0.9
// Version 0.9.1
// Created by Matej Bukovinski on 2.4.09.
//

Expand Down Expand Up @@ -70,7 +70,6 @@ @interface MBProgressHUD () {
@property (atomic, MB_STRONG) NSTimer *minShowTimer;
@property (atomic, MB_STRONG) NSDate *showStarted;


@end


Expand Down
2 changes: 1 addition & 1 deletion MBProgressHUD.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MBProgressHUD"
s.version = "0.9"
s.version = "0.9.1"
s.summary = "An iOS activity indicator view."
s.description = <<-DESC
MBProgressHUD is an iOS drop-in class that displays a translucent HUD
Expand Down
3 changes: 3 additions & 0 deletions MBProgressHUD.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.mdown
Expand Up @@ -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.8'`
1. Add a pod entry for MBProgressHUD to your Podfile `pod 'MBProgressHUD', '~> 0.9.1'`
2. Install the pod(s) by running `pod install`.
3. Include MBProgressHUD wherever you need it with `#import "MBProgressHUD.h"`.

Expand Down

0 comments on commit ac7a7a8

Please sign in to comment.