Skip to content

Commit 7ea3953

Browse files
committed
[PDS gateway Tea]Bump 0.1.1
1 parent 330267e commit 7ea3953

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

alibabacloud-gateway-pds/Teafile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scope": "alibabacloud",
33
"name": "GatewayPDS",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"main": "./main.tea",
66
"maintainers": [
77
{
@@ -21,13 +21,13 @@
2121
"Array": "darabonba:Array:*"
2222
},
2323
"releases": {
24-
"ts": "@alicloud/gateway-pds:^0.1.0",
25-
"go": "github.com/alibabacloud-go/alibabacloud-gateway-pds/client:v0.1.0",
26-
"java": "com.aliyun:alibabacloud-gateway-pds:0.1.0",
27-
"python": "alibabacloud_gateway_pds:0.1.0",
24+
"ts": "@alicloud/gateway-pds:^0.1.1",
25+
"go": "github.com/alibabacloud-go/alibabacloud-gateway-pds/client:v0.1.1",
26+
"java": "com.aliyun:alibabacloud-gateway-pds:0.1.1",
27+
"python": "alibabacloud_gateway_pds:0.1.2",
2828
"python2": "alibabacloud_gateway_pds_py2:0.0.7",
29-
"csharp": "AlibabaCloud.GatewayPds:0.1.0",
30-
"php": "alibabacloud/gateway-pds:^0.1.0"
29+
"csharp": "AlibabaCloud.GatewayPds:0.1.1",
30+
"php": "alibabacloud/gateway-pds:^0.1.1"
3131
},
3232
"csharp": {
3333
"namespace": "AlibabaCloud.GatewayPds",

alibabacloud-gateway-pds/csharp/core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("0.1.0.0")]
33-
[assembly: AssemblyFileVersion("0.1.0.0")]
32+
[assembly: AssemblyVersion("0.1.1.0")]
33+
[assembly: AssemblyFileVersion("0.1.1.0")]

alibabacloud-gateway-pds/csharp/core/client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.GatewayPds</AssemblyName>
10-
<Version>0.1.0</Version>
10+
<Version>0.1.1</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud POP SDK Library for .NET</Description>

alibabacloud-gateway-pds/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-gateway-pds</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.1.1</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-gateway-pds</name>
99
<description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

alibabacloud-gateway-pds/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/gateway-pds",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

0 commit comments

Comments
 (0)