Releasing version 13.0.1.

This commit is contained in:
Łukasz Mróz
2019-05-01 12:39:16 +02:00
parent 47281dc19d
commit ae2ca8a51c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# Next
# [13.0.1] - 2019-05-01
### Fixed
- Fixed a problem where, while using stubbed responses, Moya would generate weird cancellation errors in the console. [#1841](https://github.com/Moya/Moya/pull/1841) by [@sunshinejr](https://github.com/sunshinejr).
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Moya"
s.version = "13.0.0"
s.version = "13.0.1"
s.summary = "Network abstraction layer written in Swift"
s.description = <<-EOS
Moya abstracts network commands using Swift Generics to provide developers