From b11109c98524526af3a1c6f69c5818862acda6fb Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Mon, 26 Aug 2019 10:23:29 +0200 Subject: [PATCH] Bump to version 2.1.0 --- CHANGELOG.md | 5 +++++ SwiftSpinner.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ac519..406b265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. `SwiftSpinner` adheres to [Semantic Versioning](http://semver.org/). +- `2.1.x` Releases - [2.1.0](#210) - `2.0.x` Releases - [2.0.0](#200) - `1.6.x` Releases - [1.6.0](#160) - `1.5.x` Releases - [1.5.0](#150) @@ -9,6 +10,10 @@ All notable changes to this project will be documented in this file. --- +## [2.1.0](https://github.com/icanzilb/SwiftSpinner/releases/tag/2.1.0) + +- SwiftPM compatibility + ## [2.0.0](https://github.com/icanzilb/SwiftSpinner/releases/tag/2.0.0) ### Breaking change diff --git a/SwiftSpinner.podspec b/SwiftSpinner.podspec index 003e86a..069977e 100644 --- a/SwiftSpinner.podspec +++ b/SwiftSpinner.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftSpinner" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "A beautiful activity indicator written in Swift" s.description = <<-DESC SwiftSpinner is an extra beautiful activity indicator with plain and bold style fitting iOS 8 design very well. It uses dynamic blur and translucency to overlay the current screen contents and display an activity indicator with text (or the so called “spinner”).