Skip to content

Commit

Permalink
feat: Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liam-i committed Mar 29, 2024
1 parent 4a191ca commit 95317c1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 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.5'
s.version = '0.7.0'
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.5)
- BlankSlate (0.7.0)

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

SPEC CHECKSUMS:
BlankSlate: e8870919b21ab092adcf570cb552ee9e7a1835df
BlankSlate: faf8c598c13ef15d5c9ae309f2ecec5d9c9219a7

PODFILE CHECKSUM: 1ba5dbdee9e2cd771689764549157cb618df3f82

Expand Down
6 changes: 3 additions & 3 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.5")
.package(url: "https://github.com/liam-i/BlankSlate.git", from: "0.7.0")
],
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.5"
- Select "Up to Next Minor" with "0.7.0"

> [!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.5'
pod 'BlankSlate', '~> 0.7.0'
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.5
github "liam-i/BlankSlate" ~> 0.7.0
```

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

0 comments on commit 95317c1

Please sign in to comment.