Skip to content

Commit

Permalink
Update resources for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjohnj committed May 25, 2019
1 parent ee1b4b7 commit ba413c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# v0.2.0
# v0.2.0 (2019-05-25)

## New

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -63,15 +63,15 @@ supports macOS, iOS, tvOS and watchOS. Linux is not supported but may work.
Add the following to your `Podfile`:

``` ruby
pod "Requests", "~> 0.1.0"
pod "Requests", "~> 0.2.0"
```

### Carthage

Add the following to your `Cartfile`:

``` ruby
github "alexjohnj/Requests" ~> 0.1.0
github "alexjohnj/Requests" ~> 0.2.0
```

### Swift Package Manager
Expand All @@ -80,7 +80,7 @@ Add the following to your `Package.swift` file's dependencies:

``` swift
dependencies: [
.package(url: "https://github.com/alexjohnj/Requests.git", .upToNextMinor(from: "0.1.0"))
.package(url: "https://github.com/alexjohnj/Requests.git", .upToNextMinor(from: "0.2.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion Requests.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Requests'
spec.version = '0.1.0'
spec.version = '0.2.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/alexjohnj/requests'
spec.authors = { 'Alex Jackson' => 'alex@alexj.org' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ba413c6

Please sign in to comment.