Skip to content

Commit

Permalink
Merge pull request #5 from kelvinjjwong/1.0.8
Browse files Browse the repository at this point in the history
1.0.8
  • Loading branch information
kelvinjjwong authored Aug 28, 2024
2 parents eb55cc2 + 2468a30 commit f77f0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PostgresModelFactory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PostgresModelFactory"
s.version = "1.0.7"
s.version = "1.0.8"
s.summary = "A library to access PostgreSQL database by codable models."
s.homepage = "https://github.com/kelvinjjwong/PostgresModelFactory"
s.license = { :type => "MIT" }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Built with ![swift](https://img.shields.io/badge/Swift-5-blue) ![xcode](https://
Specify dependency in `Package.swift` by adding this:

```swift
.package(url: "https://github.com/kelvinjjwong/PostgresModelFactory.git", .upToNextMajor(from: "1.0.7"))
.package(url: "https://github.com/kelvinjjwong/PostgresModelFactory.git", .upToNextMajor(from: "1.0.8"))
```

In `targets` section, add `PostgresModelFactory` to `dependencies` list:
Expand All @@ -57,7 +57,7 @@ Then run `swift build` to download and integrate the package.
Use [CocoaPods](http://cocoapods.org/) to install `PostgresModelFactory` by adding it to `Podfile`:

```ruby
pod 'PostgresModelFactory', '~> 1.0.7'
pod 'PostgresModelFactory', '~> 1.0.8'
```

Then run `pod install` to download and integrate the package.
Expand Down

0 comments on commit f77f0f0

Please sign in to comment.