Skip to content

Commit

Permalink
Start development for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt2333 committed Dec 31, 2024
1 parent a086cc6 commit 3f3b802
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For Gradle:

```kotlin
dependencies {
implementation("net.pascal-lab:tai-e:0.2.2")
implementation("net.pascal-lab:tai-e:0.5.1")
}
```

Expand All @@ -86,7 +86,7 @@ For Maven:
<dependency>
<groupId>net.pascal-lab</groupId>
<artifactId>tai-e</artifactId>
<version>0.2.2</version>
<version>0.5.1</version>
</dependency>
</dependencies>
```
Expand All @@ -102,7 +102,7 @@ repositories {
}

dependencies {
implementation("net.pascal-lab:tai-e:0.5.1-SNAPSHOT")
implementation("net.pascal-lab:tai-e:0.5.2-SNAPSHOT")
}
```

Expand All @@ -121,7 +121,7 @@ For Maven:
<dependency>
<groupId>net.pascal-lab</groupId>
<artifactId>tai-e</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.2-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ org.gradle.parallel=true
# project-related properties
projectGroupId=net.pascal-lab
projectArtifactId=tai-e
projectVersion=0.5.1
projectVersion=0.5.2-SNAPSHOT
projectUrl=https://github.com/pascal-lab/Tai-e
projectDescription=An easy-to-learn/use static analysis framework for Java

0 comments on commit 3f3b802

Please sign in to comment.