Skip to content

Commit

Permalink
Version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Flying-Poro committed Nov 23, 2022
1 parent 1a00bf1 commit 061fa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.nevakanezah</groupId>
<artifactId>HorseEnhancer</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -120,9 +120,6 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<!--<mainClass>${main.class}</mainClass>-->
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</transformer>
</transformers>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'HorseEnhancer'
version: '2.0.0'
version: '2.0.1'
api-version: '1.18'
main: 'com.nevakanezah.horseenhancer.HorseEnhancerMain'
authors:
Expand Down

0 comments on commit 061fa7b

Please sign in to comment.