mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 09:16:06 -08:00
e
This commit is contained in:
parent
15eb33b917
commit
766a542b4d
|
@ -12,7 +12,7 @@
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
<bytecodeTargetLevel>
|
<bytecodeTargetLevel>
|
||||||
<module name="EaglerPluginInstaller" target="1.8" />
|
<module name="EaglerPluginUpdater" target="1.8" />
|
||||||
<module name="Installer" target="1.8" />
|
<module name="Installer" target="1.8" />
|
||||||
<module name="PrimCore" target="1.8" />
|
<module name="PrimCore" target="1.8" />
|
||||||
</bytecodeTargetLevel>
|
</bytecodeTargetLevel>
|
||||||
|
|
Binary file not shown.
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>tech.nully</groupId>
|
<groupId>tech.nully</groupId>
|
||||||
<artifactId>EaglerPluginUpdater</artifactId>
|
<artifactId>EaglerPluginUpdater</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.9</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: EaglerPluginUpdater
|
name: EaglerPluginUpdater
|
||||||
version: 1.0.8
|
version: 1.0.9
|
||||||
main: tech.nully.PluginUpdater.Main
|
main: tech.nully.PluginUpdater.Main
|
||||||
prefix: [PluginUpdater]
|
prefix: [PluginUpdater]
|
||||||
authors: [BongoCat]
|
authors: [BongoCat]
|
||||||
depend: [PluginInstaller]
|
depend: [EaglerPluginInstaller]
|
||||||
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
|
||||||
website: nully.tech
|
website: nully.tech
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user