diff --git a/BlankSlate.podspec b/BlankSlate.podspec index 8af00d3..86c24bb 100644 --- a/BlankSlate.podspec +++ b/BlankSlate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BlankSlate' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.' s.description = <<-DESC diff --git a/Podfile.lock b/Podfile.lock index a469051..7fadc17 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - BlankSlate (0.3.0) + - BlankSlate (0.3.1) - FlyHUD (1.5.6): - FlyHUD/FlyHUD (= 1.5.6) - FlyHUD/FlyIndicatorHUD (= 1.5.6) @@ -23,7 +23,7 @@ EXTERNAL SOURCES: :path: "./" SPEC CHECKSUMS: - BlankSlate: 11a9e780fce54c221d52bf93652567eed92163dd + BlankSlate: 1c480cf2c276c37ddd6152ae3f4ffcaa460c1bf5 FlyHUD: 257b62dc7566e102e9f92123fe9293301cb64189 PODFILE CHECKSUM: c8a4f2a561e99516586a27e3a4f323347251d4ee diff --git a/README.md b/README.md index fcebbe1..f9f7b07 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp - File > Swift Packages > Add Package Dependency - Add `https://github.com/liam-i/BlankSlate.git` -- Select "Up to Next Minor" with "0.2.5" +- Select "Up to Next Minor" with "0.3.1" #### CocoaPods @@ -36,7 +36,7 @@ platform :ios, '12.0' use_frameworks! target 'MyApp' do - pod 'BlankSlate', '~> 0.2.5' + pod 'BlankSlate', '~> 0.3.1' end ```