Skip to content

Commit

Permalink
3.3.1 Release
Browse files Browse the repository at this point in the history
Add the missing manifest attribute
  • Loading branch information
XiaoPangxie732 committed Jan 26, 2024
1 parent 0dd8a36 commit b66bb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>cn.maxpixel</groupId>
<artifactId>minecraft-decompiler</artifactId>
<name>MinecraftDecompiler</name>
<version>3.3</version>
<version>3.3.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<depend.asm.ver>9.5</depend.asm.ver>
Expand Down Expand Up @@ -71,6 +71,7 @@
<CFR-Version>${depend.cfr.ver}</CFR-Version>
<ForgeFlower-Version>${depend.forgeflower.ver}</ForgeFlower-Version>
<FernFlower-Version>${depend.fernflower.ver}</FernFlower-Version>
<VineFlower-Version>${depend.vineflower.ver}</VineFlower-Version>
</manifestEntries>
</transformer>
</transformers>
Expand Down

0 comments on commit b66bb41

Please sign in to comment.