From e9a8d857ec6fdbf8ad201c5820cee7b4d98bf62c Mon Sep 17 00:00:00 2001 From: Related Code Date: Mon, 5 Apr 2021 21:40:57 +0200 Subject: [PATCH] Version bump --- ProgressHUD.podspec | 2 +- README.md | 5 +++-- VERSION.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ProgressHUD.podspec b/ProgressHUD.podspec index fb12cb9..c9fb934 100644 --- a/ProgressHUD.podspec +++ b/ProgressHUD.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProgressHUD' - s.version = '13.5' + s.version = '13.6' s.license = 'MIT' s.summary = 'A lightweight and easy-to-use Progress HUD for iOS.' diff --git a/README.md b/README.md index f2194ce..407aa9f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ -## WHAT'S NEW IN 13.5 +## WHAT'S NEW IN 13.5 and 13.6 -- Bugfix related to showProgress. +- Bugfix related to iPad split screen +- Bugfix related to showProgress ## OVERVIEW diff --git a/VERSION.txt b/VERSION.txt index 2acb808..ab9da27 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -13.5 \ No newline at end of file +13.6 \ No newline at end of file