Skip to content

Commit f9c410d

Browse files
Never change release again.
1 parent 9ff4c5c commit f9c410d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This library is hosted on Jitpack.
113113
<dependency>
114114
<groupId>com.github.coderFlameyosFlow</groupId>
115115
<artifactId>WoodyMenus</artifactId>
116-
<version>1.1.3</version>
116+
<version>LATEST</version>
117117
</dependency>
118118
```
119119
or gradle (kotlin) alternative:
@@ -123,10 +123,12 @@ repositories {
123123
}
124124
125125
dependencies {
126-
implementation("com.github.coderFlameyosFlow:WoodyMenus:1.1.3")
126+
implementation("com.github.coderFlameyosFlow:WoodyMenus:LATEST")
127127
}
128128
```
129129
130+
### CHANGE `LATEST` TO THE LATEST RELEASE.
131+
130132
Example usage:
131133
```java
132134
import org.bukkit.plugin.java.JavaPlugin;

0 commit comments

Comments
 (0)