Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed May 4, 2022
1 parent 740197a commit 6628cfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ supports multiple relational mappings, and is a database manipulation tool.
<dependency>
<groupId>com.hellokaton</groupId>
<artifactId>anima</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ Here's the `RELEASE` version.
**As Gradle**

```java
compile 'com.hellokaton:anima:0.3.0'
compile 'com.hellokaton:anima:0.3.1'
```

**As Maven**
Expand All @@ -69,7 +69,7 @@ compile 'com.hellokaton:anima:0.3.0'
<dependency>
<groupId>com.hellokaton</groupId>
<artifactId>anima</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.hellokaton</groupId>
<artifactId>anima</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>

<name>anima</name>
<url>https://github.com/hellokaton/anima</url>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.hellokaton</groupId>
<artifactId>blade-asm</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6628cfb

Please sign in to comment.