Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvogel committed Dec 21, 2023
1 parent d71149d commit b0e456a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PhraseSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'PhraseSwift'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A swift port of Squares Phrase library.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In Project Settings, on the tab "Package Dependencies", click "+" and add `githu
1. Add a dependency in Package.swift:
```swift
dependencies: [
.package(url: "https://github.com/nextbike/phrase-swift", from: "1.0.0")
.package(url: "https://github.com/nextbike/phrase-swift", from: "1.0.1")
]
```
2. For each relevant target, add a dependency
Expand All @@ -48,7 +48,7 @@ Also check out [Editing a package dependency as a local package](https://develop
[CocoaPods](https://cocoapods.org/) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website.

```
pod 'PhraseSwift', :git => 'https://github.com/nextbike/phrase-swift.git', '~> 1.0.0
pod 'PhraseSwift', :git => 'https://github.com/nextbike/phrase-swift.git', '~> 1.0.1
```

## Usage
Expand Down

0 comments on commit b0e456a

Please sign in to comment.