Skip to content

Commit

Permalink
chore: Release version 0.1.2 (#9)
Browse files Browse the repository at this point in the history
- Bump version number to 0.1.2 in relevant configuration files
- Modify developer information in project metadata
  • Loading branch information
chyroc authored Dec 18, 2024
1 parent 159d650 commit 23f062c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,23 @@

<developers>
<developer>
<name>Chris Gou</name>
<name>Coze Dev Team</name>
<email>[email protected]</email>
<organization>Spring (SG) Pte. Ltd.</organization>
<organizationUrl>https://www.coze.com</organizationUrl>
</developer>
<developer>
<name>chyroc</name>
<email>[email protected]</email>
<organization>Spring (SG) Pte. Ltd.</organization>
<organizationUrl>https://www.coze.com</organizationUrl>
</developer>
<developer>
<name>Chris Gou</name>
<email>[email protected]</email>
<organization>Spring (SG) Pte. Ltd.</organization>
<organizationUrl>https://www.coze.com</organizationUrl>
</developer>
</developers>

<parent>
Expand All @@ -31,7 +43,7 @@
</parent>

<artifactId>coze-api</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>

<scm>
<connection>scm:git:git://github.com/coze-dev/coze-java.git</connection>
Expand Down

0 comments on commit 23f062c

Please sign in to comment.