mirror of
https://github.com/Moya/Moya.git
synced 2026-03-18 19:52:28 +00:00
Releasing version 13.0.1.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user