Skip to content

Commit

Permalink
quiltflower 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed Jan 21, 2024
1 parent cf34b97 commit ce8094e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.quiltflower/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/quiltflower-1.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/quiltflower-1.9.3.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.quiltflower/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Bundle-Vendor: ECD Project Team
Export-Package: org.sf.feeling.decompiler.quiltflower.actions,
org.sf.feeling.decompiler.quiltflower.decompiler
Bundle-ClassPath: .,
lib/quiltflower-1.9.0.jar
lib/quiltflower-1.9.3.jar
2 changes: 1 addition & 1 deletion org.sf.feeling.decompiler.quiltflower/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
lib/quiltflower-1.9.0.jar
lib/quiltflower-1.9.3.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>com.github.QuiltMC</groupId>
<artifactId>quiltflower</artifactId>
<version>1.9.0</version>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>com.eclipsesource.minimal-json</groupId>
Expand Down

0 comments on commit ce8094e

Please sign in to comment.