Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnac committed Oct 31, 2021
1 parent 98a9596 commit 8a00127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.0'
s.version = '0.4.0'
s.summary = 'Unofficial Notion SDK for iOS & macOS.'
s.homepage = 'https://github.com/chojnac/NotionSwift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
6 changes: 3 additions & 3 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.3.0'
pod 'NotionSwift', '0.4.0'
```

### Swift Package Manager

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

Expand Down Expand Up @@ -233,7 +233,7 @@ notion.blockAppend(blockId: pageId, children: blocks) {
}
```

### Update a block
### Update a block

```swift
let blockId = Block.Identifier("{BLOCK UUIDv4}")
Expand Down

0 comments on commit 8a00127

Please sign in to comment.