Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Typhon0 committed Jun 8, 2024
1 parent 584c522 commit 7fa1d5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
}
dependencies {
api 'io.github.typhon0:AnimateFX:1.2.4'
api 'io.github.typhon0:AnimateFX:1.3.0'
}
```

Expand All @@ -37,7 +37,7 @@ dependencies {
<dependency>
<groupId>io.github.typhon0</groupId>
<artifactId>AnimateFX</artifactId>
<version>1.2.4</version>
<version>1.3.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -57,7 +57,7 @@ repositories {
}
dependencies {
api 'io.github.typhon0:AnimateFX:1.2.4-SNAPSHOT'
api 'io.github.typhon0:AnimateFX:1.3.0-SNAPSHOT'
}
```

Expand All @@ -76,7 +76,7 @@ dependencies {
<dependency>
<groupId>io.github.typhon0</groupId>
<artifactId>AnimateFX</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 7fa1d5b

Please sign in to comment.