Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnac committed Aug 16, 2022
1 parent b1dca3d commit 2e4c94b
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.2'
s.version = '0.7.3'
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.2'
pod 'NotionSwift', '0.7.3'
```

### Swift Package Manager

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

Expand Down

0 comments on commit 2e4c94b

Please sign in to comment.