Skip to content

Commit

Permalink
Update Example.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium authored Mar 20, 2023
1 parent 6312b1d commit a428561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/enaium/cafully/example/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* @author Enaium
*/
@Plugin(unique = "example", name = "Example Plugin", version = "1.0.0", api = ">=1.0.0")
@Plugin(unique = "example", name = "Example Plugin", version = "1.0.0", api = ">=1.1.1")
public class Example implements IInitializer {
@Override
public void initialize(IHelper plugin) throws Throwable {
Expand Down

0 comments on commit a428561

Please sign in to comment.