Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Aug 26, 2019
1 parent a452113 commit b11109c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,13 +2,18 @@
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)
- `1.4.x` Releases - [1.4.0](#140)

---

## [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
Expand Down
2 changes: 1 addition & 1 deletion 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”).
Expand Down

0 comments on commit b11109c

Please sign in to comment.