Skip to content

Commit

Permalink
feat: Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-i committed Mar 27, 2024
1 parent 533b4a8 commit 1da4b01
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.6.2'
s.version = '0.6.3'
s.summary = 'A drop-in UIView extension 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.6.2)
- BlankSlate (0.6.3)

DEPENDENCIES:
- BlankSlate (from `./`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
BlankSlate: 21bcbeeb69b6bc91c27e85d7bb7c110724f09631
BlankSlate: d20a45f7a1bf761e4e0bbd66794b34fb313e034a

PODFILE CHECKSUM: 1ba5dbdee9e2cd771689764549157cb618df3f82

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/BlankSlate.podspec.json

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

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

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

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

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

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BlankSlate is a drop-in UIView extension for showing empty datasets whenever the
If you are using the [Swift Package Manager](https://www.swift.org/documentation/package-manager), add a dependency to your `Package.swift` file and import the BlankSlate library into the desired targets:
```swift
dependencies: [
.package(url: "https://github.com/liam-i/BlankSlate.git", from: "0.6.2")
.package(url: "https://github.com/liam-i/BlankSlate.git", from: "0.6.3")
],
targets: [
.target(
Expand All @@ -51,7 +51,7 @@ If you are using Xcode, then you should:

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/liam-i/BlankSlate.git`
- Select "Up to Next Minor" with "0.6.2"
- Select "Up to Next Minor" with "0.6.3"

> [!TIP]
> For detailed tutorials, see: [Apple Docs](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)
Expand All @@ -68,7 +68,7 @@ platform :ios, '12.0'
use_frameworks!

target 'MyApp' do
pod 'BlankSlate', '~> 0.6.2'
pod 'BlankSlate', '~> 0.6.3'
end
```

Expand All @@ -82,7 +82,7 @@ And run `pod install`.
If you're using [Carthage](https://github.com/Carthage/Carthage), add this to your `Cartfile`:

```ruby
github "liam-i/BlankSlate" ~> 0.6.2
github "liam-i/BlankSlate" ~> 0.6.3
```

And run `carthage update --platform iOS --use-xcframeworks`.
Expand Down

0 comments on commit 1da4b01

Please sign in to comment.