Skip to content

Commit

Permalink
Bump Tai-e to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt2333 committed Dec 31, 2024
1 parent 5f1a789 commit 7452095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Tai-e version specified:
```xml
<properties>
...
<tai-e.version>0.2.2</tai-e.version>
<tai-e.version>0.5.1</tai-e.version>
</properties>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ application {
mainClass.set("org.example.MyMain")
}

val taieVersion = "0.2.2" // or the latest version "0.5.1-SNAPSHOT"
val taieVersion = "0.5.1" // or the latest version "0.5.2-SNAPSHOT"

dependencies {
implementation("net.pascal-lab:tai-e:$taieVersion")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>17</java.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<tai-e.version>0.2.2</tai-e.version>
<tai-e.version>0.5.1</tai-e.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7452095

Please sign in to comment.