-
- Downloads
Merge pull request #9169 from protocolbuffers/3.19.x
Merge 3.19.x into master
No related branches found
No related tags found
Showing
- CHANGES.txt 14 additions, 0 deletionsCHANGES.txt
- Protobuf-C++.podspec 1 addition, 1 deletionProtobuf-C++.podspec
- Protobuf.podspec 1 addition, 1 deletionProtobuf.podspec
- WORKSPACE 8 additions, 55 deletionsWORKSPACE
- configure.ac 1 addition, 1 deletionconfigure.ac
- csharp/Google.Protobuf.Tools.nuspec 1 addition, 1 deletioncsharp/Google.Protobuf.Tools.nuspec
- csharp/src/Google.Protobuf/Google.Protobuf.csproj 1 addition, 1 deletioncsharp/src/Google.Protobuf/Google.Protobuf.csproj
- java/README.md 3 additions, 3 deletionsjava/README.md
- java/bom/pom.xml 1 addition, 1 deletionjava/bom/pom.xml
- java/core/BUILD 43 additions, 38 deletionsjava/core/BUILD
- java/core/pom.xml 1 addition, 1 deletionjava/core/pom.xml
- java/kotlin-lite/pom.xml 1 addition, 1 deletionjava/kotlin-lite/pom.xml
- java/kotlin/pom.xml 1 addition, 1 deletionjava/kotlin/pom.xml
- java/lite.md 1 addition, 1 deletionjava/lite.md
- java/lite/BUILD 14 additions, 7 deletionsjava/lite/BUILD
- java/lite/pom.xml 1 addition, 1 deletionjava/lite/pom.xml
- java/pom.xml 1 addition, 1 deletionjava/pom.xml
- java/util/BUILD 15 additions, 14 deletionsjava/util/BUILD
- java/util/pom.xml 1 addition, 1 deletionjava/util/pom.xml
- js/package.json 1 addition, 1 deletionjs/package.json
Pod::Spec.new do |s| | ||
s.name = 'Protobuf-C++' | ||
s.version = '3.19.0' | ||
s.version = '3.19.1' | ||
s.summary = 'Protocol Buffers v3 runtime library for C++.' | ||
s.homepage = 'https://github.com/google/protobuf' | ||
s.license = '3-Clause BSD License' | ||
... | ... |
... | ... | @@ -5,7 +5,7 @@ |
# dependent projects use the :git notation to refer to the library. | ||
Pod::Spec.new do |s| | ||
s.name = 'Protobuf' | ||
s.version = '3.19.0' | ||
s.version = '3.19.1' | ||
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' | ||
s.homepage = 'https://github.com/protocolbuffers/protobuf' | ||
s.license = '3-Clause BSD License' | ||
... | ... |
Please register or sign in to comment