Skip to content

Commit f35b59c

Browse files
authored
Update C++ SDK version number to 10.3.0. (#1169)
1 parent b4f9e0b commit f35b59c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "10.2.0",
3-
"stable": "10.2.0",
4-
"head": "10.2.0"
2+
"released": "10.3.0",
3+
"stable": "10.3.0",
4+
"head": "10.3.0"
55
}

release_build_files/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,11 @@ workflow use only during the development of your app, not for publicly shipping
642642
code.
643643

644644
## Release Notes
645+
### 10.3.0
646+
- Changes
647+
- General (Android): Update to Firebase Android BoM version 31.1.1.
648+
- General (iOS): Update to Firebase Cocoapods version 10.3.0.
649+
645650
### 10.2.0
646651
- Changes
647652
- General (Android): Update to Firebase Android BoM version 31.1.0.
@@ -650,7 +655,8 @@ code.
650655
- NOTE: The next major release of the Firebase C++ SDK will drop support
651656
for C++11, setting the new minimum C++ version to C++14. For more
652657
information please see our
653-
[C++ Language Standard Support Criteria](https://opensource.google/documentation/policies/cplusplus-support#c_language_standard).
658+
[C++ Language Standard Support
659+
Criteria](https://opensource.google/documentation/policies/cplusplus-support#c_language_standard).
654660

655661
### 10.1.0
656662
- Changes

0 commit comments

Comments
 (0)