Skip to content

Commit

Permalink
[Env] Update version (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ authored May 16, 2024
2 parents 586ea48 + 6405449 commit e359d1d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

```java
<properties>
<openai.version>2024.01.1</openai.version>
<openai.version>2024.01.2</openai.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

```java
<properties>
<openai.version>2024.01.1</openai.version>
<openai.version>2024.01.2</openai.version>
</properties>

<dependencies>
Expand Down
7 changes: 5 additions & 2 deletions bin/publish-setDocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ HOME=$(pwd)
# shellcheck disable=SC2164
cd "$HOME"/docs/

sed -i '' "s/${OLD_VERSION}/${NEW_VERSION}/g" mkdocs.yml
sed -i '' "s/<em>${OLD_VERSION}/${NEW_VERSION}/g" mkdocs.yml

# shellcheck disable=SC2164
cd "$HOME"
cd "$HOME"

sed -i '' "s/${OLD_VERSION}/${NEW_VERSION}/g" README.md
sed -i '' "s/${OLD_VERSION}/${NEW_VERSION}/g" README.zh_CN.md
1 change: 0 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ theme:
- navigation.prune
- abbr
- attr_list
- pymdownx.snippets
alternate:
- name: English
link: /en/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.devlive.sdk</groupId>
<artifactId>openai-java-sdk</artifactId>
<version>2024.01.2</version>
<version>2024.01.3-SNAPSHOT</version>

<name>openai-java-sdk</name>
<description>
Expand Down

0 comments on commit e359d1d

Please sign in to comment.