Skip to content

Commit

Permalink
version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnac committed May 30, 2022
1 parent d9876f4 commit 608f525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NotionSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'NotionSwift'
s.version = '0.7.1'
s.version = '0.7.2'
s.summary = 'Unofficial Notion SDK for iOS & macOS.'
s.homepage = 'https://github.com/chojnac/NotionSwift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ For more details and documentation please check [Notion Developer Portal](https:
### CocoaPods

```ruby
pod 'NotionSwift', '0.7.1'
pod 'NotionSwift', '0.7.2'
```

### Swift Package Manager

```swift
dependencies: [
.package(url: "https://github.com/chojnac/NotionSwift.git", .upToNextMajor(from: "0.7.1"))
.package(url: "https://github.com/chojnac/NotionSwift.git", .upToNextMajor(from: "0.7.2"))
]
```

Expand Down

0 comments on commit 608f525

Please sign in to comment.