Skip to content

Commit 1625230

Browse files
committed
Bump version to 12.1.2
Update version references in README, pom.xml, VelocityUpdate.java, bungee.yml, and plugin.yml to 12.1.2 for new release.
1 parent d85a24f commit 1625230

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
# **AutoUpdatePlugins v12.0.0**
5+
# **AutoUpdatePlugins v12.1.2**
66

77
*Keep your server’s plugins up-to-date — automatically, safely, and across platforms.*
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>newamazingpvp</groupId>
88
<artifactId>autoupdateplugins</artifactId>
9-
<version>12.1.1</version>
9+
<version>12.1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AutoUpdatePlugins</name>

src/main/java/velocity/VelocityUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.logging.Logger;
3434
import java.util.stream.Stream;
3535

36-
@Plugin(id = "autoupdateplugins", name = "AutoUpdatePlugins", version = "12.1.1", url = "https://www.spigotmc.org/resources/autoupdateplugins.109683/", authors = "NewAmazingPVP")
36+
@Plugin(id = "autoupdateplugins", name = "AutoUpdatePlugins", version = "12.1.2", url = "https://www.spigotmc.org/resources/autoupdateplugins.109683/", authors = "NewAmazingPVP")
3737
public final class VelocityUpdate {
3838

3939
private PluginUpdater pluginUpdater;

src/main/resources/bungee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AutoUpdatePlugins
2-
version: '12.1.1'
2+
version: '12.1.2'
33
main: bungeecord.BungeeUpdate
44
authors: NewAmazingPVP
55
description: Automatically updates any bungee plugin

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AutoUpdatePlugins
2-
version: '12.1.1'
2+
version: '12.1.2'
33
main: spigot.SpigotUpdate
44
api-version: 1.13
55
folia-supported: true

0 commit comments

Comments
 (0)