Skip to content

Commit 1cd2c45

Browse files
committed
Lock installation to tag
Finally. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent c2c3d52 commit 1cd2c45

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Documentation/Index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install SQLite.swift with Carthage:
7878
2. Update your Cartfile to include the following:
7979

8080
```
81-
github "stephencelis/SQLite.swift" "master"
81+
github "stephencelis/SQLite.swift" ~> 0.9.0
8282
```
8383
8484
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -100,8 +100,7 @@ install SQLite.swift with Carthage:
100100
``` ruby
101101
use_frameworks!
102102
103-
pod 'SQLite.swift',
104-
git: 'https://github.com/stephencelis/SQLite.swift.git'
103+
pod 'SQLite.swift', '~> 0.9.0'
105104
```
106105
107106
3. Run `pod install`.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ install SQLite.swift with Carthage:
124124
2. Update your Cartfile to include the following:
125125

126126
```
127-
github "stephencelis/SQLite.swift" "master"
127+
github "stephencelis/SQLite.swift" ~> 0.9.0
128128
```
129129
130130
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -148,8 +148,7 @@ SQLite.swift with CocoaPods:
148148
``` ruby
149149
use_frameworks!
150150
151-
pod 'SQLite.swift',
152-
git: 'https://github.com/stephencelis/SQLite.swift.git'
151+
pod 'SQLite.swift', '~> 0.9.0'
153152
```
154153
155154
3. Run `pod install`.

0 commit comments

Comments
 (0)