Skip to content

Commit b033ffc

Browse files
committed
Update README to reflect v1.0.0.
1 parent d4e091b commit b033ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In your `Package.swift` file:
126126

127127
```swift
128128
dependencies: [
129-
.package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "0.0.0"),
129+
.package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "1.0.0"),
130130
],
131131
```
132132

@@ -152,7 +152,7 @@ Add `PostgresClientKit` to your `Podfile`. For example:
152152

153153
```
154154
target 'MyApp' do
155-
pod 'PostgresClientKit', '~> 0.1'
155+
pod 'PostgresClientKit', '~> 1.0'
156156
end
157157
```
158158

0 commit comments

Comments
 (0)