Skip to content

Commit

Permalink
Update gambac to latest version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
calmilamsy authored Aug 8, 2024
1 parent a7ef915 commit 31bec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/babric/processor/GambacLibraryProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.function.Predicate;

public class GambacLibraryProcessor extends LibraryProcessor {
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.1";
private boolean applied = false;
private final LoomGradleExtensionAPI loom;
private final Project project;
Expand Down

0 comments on commit 31bec2c

Please sign in to comment.