Skip to content

Commit 614de80

Browse files
committed
Bump DynamicLinks patch version
1 parent 45eaf73 commit 614de80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Firebase/DynamicLinks/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v3.1.1
2+
- Use c99 compatible __typeof__() operator. (#1982)
3+
14
# v3.1.0
25
- Firebase Dynamic Links is now open source and delivered as a source pod. (#1842)
36

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDynamicLinks'
3-
s.version = '3.1.0'
3+
s.version = '3.1.1'
44
s.summary = 'Firebase DynamicLinks for iOS'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)