Skip to content

Commit

Permalink
v0.11.1 - Fix 'cannot find main class'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Oct 10, 2019
1 parent e691d57 commit feedea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dscalzi</groupId>
<artifactId>ExplosiveElytras</artifactId>
<version>0.11.0</version>
<version>0.11.1</version>
<name>ExplosiveElytras</name>
<description>High speed elytra collisions cause explosions.</description>
<url>https://github.com/dscalzi/ExplosiveElytras</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
author: Daniel Scalzi
description: High speed elytra collisions cause explosions.
main: com.dscalzi.explosiveelytras.ExplosiveElytras
main: com.dscalzi.explosiveelytras.internal.ExplosiveElytrasPlugin
name: ExplosiveElytras
api-version: 1.13
softdepend: [WorldGuard]
version: 0.11.0
version: 0.11.1
commands:
explosiveelytras:
description: Main plugin command.
Expand Down

0 comments on commit feedea6

Please sign in to comment.