Skip to content

Commit 887b0ce

Browse files
committed
Bump version
1 parent 8e13028 commit 887b0ce

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ To add this project as a dependency to your project, add the following to your p
2828
<dependency>
2929
<groupId>dev.despical</groupId>
3030
<artifactId>command-framework</artifactId>
31-
<version>1.6.1</version>
31+
<version>1.6.2</version>
3232
</dependency>
3333
```
3434

3535
### Gradle dependency
3636
```groovy
3737
dependencies {
38-
implementation 'dev.despical:command-framework:1.6.1'
38+
implementation 'dev.despical:command-framework:1.6.2'
3939
}
4040
```
4141

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>dev.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.6.1</version>
7+
<version>1.6.2</version>
88

99
<name>Command Framework</name>
1010
<inceptionYear>2020</inceptionYear>

src/main/java/dev/despical/commandframework/internal/CommandRegistry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ public void registerAllInPackage(@NotNull String packageName) {
163163
}
164164
}
165165

166-
167166
public void registerCommand(Command command, Method method, Object instance) {
168167
innerRegister(command.name(), command, method, instance);
169168

0 commit comments

Comments
 (0)