Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Apr 26, 2024
1 parent d3aa8ff commit e2f7223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requires Java 21+.
<dependency>
<groupId>dev.mccue</groupId>
<artifactId>magic-bean</artifactId>
<version>2024.04.24</version>
<version>2024.04.26</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -21,8 +21,8 @@ Requires Java 21+.

```
dependencies {
compileOnly("dev.mccue:magic-bean:2024.04.24")
annotationProcessor("dev.mccue:magic-bean:2024.04.24")
compileOnly("dev.mccue:magic-bean:2024.04.26")
annotationProcessor("dev.mccue:magic-bean:2024.04.26")
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>magic-bean</artifactId>
<version>2024.04.25</version>
<version>2024.04.26</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit e2f7223

Please sign in to comment.