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

Commit

Permalink
Updated Marathon to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Jun 21, 2018
1 parent 86261ca commit 35258b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Archerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"archery": {
"github": "vknabel/Archery"
},
"version": "0.1.0",
"version": "0.1.1",
"apiLevel": 1,
"repository": "https://github.com/vknabel/MarathonArrow",
"contributors": [
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

* Updated Marathon to 3.0.0

## 0.1.0

* Initial Release
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/vknabel/ArrowKit.git", .branch("master")),
.package(url: "https://github.com/JohnSundell/Marathon.git", from: "2.0.2"),
.package(url: "https://github.com/JohnSundell/Marathon.git", from: "3.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 35258b4

Please sign in to comment.