Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Oct 7, 2024
1 parent e1c5a31 commit cbea324
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion baidu-hot-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-baidu-hot-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion baidu-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-baidu-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-executor-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-java-code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code-executor-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-python-code-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extract-web-page-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-extract-web-page-content</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>LLM Agent Builder :: Tools</name>
<description>LLM Agent Builder :: Tools</description>
Expand Down
2 changes: 1 addition & 1 deletion read-local-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-read-local-file</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion run-sql-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-run-sql-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>web-scraper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion write-local-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.llmagentbuilder</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>

<artifactId>tool-write-local-file</artifactId>
Expand Down

0 comments on commit cbea324

Please sign in to comment.