diff --git a/Documentation/Index.md b/Documentation/Index.md index b3088292..62f6a82f 100644 --- a/Documentation/Index.md +++ b/Documentation/Index.md @@ -78,7 +78,7 @@ install SQLite.swift with Carthage: 2. Update your Cartfile to include the following: ``` - github "stephencelis/SQLite.swift" ~> 0.9.0 + github "stephencelis/SQLite.swift" ~> 0.9.1 ``` 3. Run `carthage update` and [add the appropriate framework][Carthage Usage]. @@ -100,7 +100,7 @@ install SQLite.swift with Carthage: ``` ruby use_frameworks! - pod 'SQLite.swift', '~> 0.9.0' + pod 'SQLite.swift', '~> 0.9.1' ``` 3. Run `pod install`. diff --git a/README.md b/README.md index b87780c2..78e394d2 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ install SQLite.swift with Carthage: 2. Update your Cartfile to include the following: ``` - github "stephencelis/SQLite.swift" ~> 0.9.0 + github "stephencelis/SQLite.swift" ~> 0.9.1 ``` 3. Run `carthage update` and [add the appropriate framework][Carthage Usage]. @@ -148,7 +148,7 @@ SQLite.swift with CocoaPods: ``` ruby use_frameworks! - pod 'SQLite.swift', '~> 0.9.0' + pod 'SQLite.swift', '~> 0.9.1' ``` 3. Run `pod install`.