Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Smudgge committed Sep 28, 2023
1 parent c573386 commit 2f014ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>com.github.smuddgge</groupId>
<artifactId>Leaf</artifactId>
<version>4.1.0-DEV.0</version>
<version>4.1.0</version>
<packaging>jar</packaging>

<name>Leaf</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/smuddgge/leaf/Leaf.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@Plugin(
id = "leaf",
name = "Leaf",
version = "4.0.1",
version = "4.1.0",
description = "A velocity utility plugin",
authors = {"Smudge"}
)
Expand Down

0 comments on commit 2f014ff

Please sign in to comment.