Skip to content

Commit 6b0fefb

Browse files
committed
stuff
1 parent 9ac5cf6 commit 6b0fefb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/main/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ cache-size: 512
1717
#how long until the cache expires (minutes)
1818
cache-expiration: 5
1919

20-
#auto updater config
20+
#auto updater config (very experimental)
2121
updater:
22-
enabled: true
22+
enabled: false
2323

2424
# update checking interval
2525
check-interval-minutes: 30

target/TuffX.jar

13 Bytes
Binary file not shown.

target/classes/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ cache-size: 512
1717
#how long until the cache expires (minutes)
1818
cache-expiration: 5
1919

20-
#auto updater config
20+
#auto updater config (very experimental)
2121
updater:
22-
enabled: true
22+
enabled: false
2323

2424
# update checking interval
2525
check-interval-minutes: 30

target/classes/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TuffX
2-
version: 1.0.4
2+
version: 1.0.5
33
main: net.potato.tuff.TuffX
44
author: Potato
55
api-version: 1.21

target/classes/version-remote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latestVersion": "1.0.4",
2+
"latestVersion": "1.0.5",
33
"downloadUrl": "https://verytuffautoupdater.netlify.app/TuffX.jar"
44
}

target/original-TuffX.jar

13 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)