Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #12 from vknabel/vknabel-patch-1
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
vknabel committed Mar 1, 2017
2 parents 8ef7fe3 + e3982c6 commit 0405a01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.3 (SwiftPM only)

### Further Changes

- Uses `.git` as extension for RxSwift

## 0.2.2

### Further Changes
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ let package = Package(
Target(name: "TestHarness")
],
dependencies: [
.Package(url: "https://github.com/ReactiveX/RxSwift", majorVersion: 3)
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3)
]
)

0 comments on commit 0405a01

Please sign in to comment.