Skip to content

Commit

Permalink
feat: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-i committed Mar 12, 2024
1 parent cbe985c commit 722cd91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BlankSlate.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
BlankSlate: 11a9e780fce54c221d52bf93652567eed92163dd
BlankSlate: 1c480cf2c276c37ddd6152ae3f4ffcaa460c1bf5
FlyHUD: 257b62dc7566e102e9f92123fe9293301cb64189

PODFILE CHECKSUM: c8a4f2a561e99516586a27e3a4f323347251d4ee
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -36,7 +36,7 @@ platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
pod 'BlankSlate', '~> 0.2.5'
pod 'BlankSlate', '~> 0.3.1'
end
```

Expand Down

0 comments on commit 722cd91

Please sign in to comment.