[functions-framework-cpp] use 'version' for version numbers (#16178)

This commit is contained in:
Carlos O'Ryan 2021-02-11 13:09:47 -05:00 committed by GitHub
parent 5e4d04ecd5
commit e05bea4283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "functions-framework-cpp",
"version-string": "0.3.0",
"port-version": 1,
"version": "0.3.0",
"port-version": 2,
"description": "Functions Framework for C++.",
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"license": "Apache-2.0",

View File

@ -2074,7 +2074,7 @@
},
"functions-framework-cpp": {
"baseline": "0.3.0",
"port-version": 1
"port-version": 2
},
"fuzzylite": {
"baseline": "6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c99280d0ee9b2e57960d13b54521a2305c1f85a8",
"version": "0.3.0",
"port-version": 2
},
{
"git-tree": "1506acc2df21c0b49e93d73da7229d524ace0fb3",
"version-string": "0.3.0",