We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8ee3d commit 391271aCopy full SHA for 391271a
GoogleUtilities.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'GoogleUtilities'
3
- s.version = '6.3.0'
+ s.version = '6.3.1'
4
s.summary = 'Google Utilities for iOS (plus community support for macOS and tvOS)'
5
6
s.description = <<-DESC
GoogleUtilities/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 6.3.1
+- Fix GULMutableDictionary keyed subscript methods. (#3882)
+- Update Networking to receive data for POST requests. (#3940)
+
# 6.3.0
- GULSecureCoding introduced. (#3707)
7
- Mark unused variables. (#3854)
0 commit comments