From f413ea53b886de81b925eeb37a14538fe6ae4912 Mon Sep 17 00:00:00 2001 From: Robert-Hein Hooijmans Date: Fri, 7 Jun 2019 16:12:07 +0200 Subject: [PATCH] Update versioning --- .swift-version | 1 - Example/Cartfile.resolved | 2 +- TinyConstraints.podspec | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 819e07a..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0 diff --git a/Example/Cartfile.resolved b/Example/Cartfile.resolved index a0c5074..e9c7bf1 100644 --- a/Example/Cartfile.resolved +++ b/Example/Cartfile.resolved @@ -1 +1 @@ -github "roberthein/TinyConstraints" "4.0.0" +github "roberthein/TinyConstraints" "4.0.1" diff --git a/TinyConstraints.podspec b/TinyConstraints.podspec index dde4dca..7d7c4a7 100644 --- a/TinyConstraints.podspec +++ b/TinyConstraints.podspec @@ -1,6 +1,7 @@ Pod::Spec.new do |s| s.name = 'TinyConstraints' - s.version = '4.0.0' + s.version = '4.0.1' + s.swift_version = '5.0' s.summary = 'Nothing but sugar.' s.description = <<-DESC TinyConstraints is the syntactic sugar that makes Auto Layout sweeter for human use.