Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Sep 17, 2019
1 parent 691f905 commit 8e7d162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
* [#16](https://github.com/Blackjacx/Source/pull/16): Add SPM Support - [@Blackjacx](https://github.com/blackjacx).

## [1.0.8] - 2019-08-12
* Rename DidDeleteClosure && DidTapClosure > IndexPathClosure - [@Blackjacx](https://github.com/blackjacx).
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.0
// swift-tools-version:5.1

import PackageDescription

let package = Package(
name: "Source",
platforms: [
// .macOS(.v10_12),
.iOS(.v8),
.iOS(.v11),
// .tvOS(.v10),
// .watchOS(.v3)
],
Expand Down

0 comments on commit 8e7d162

Please sign in to comment.