Skip to content

Commit

Permalink
8.1.3
Browse files Browse the repository at this point in the history
- NEW (by @vengestonedragoon): custom-check-url: #### Must link to a json file which contains a list/array of plugin versions where each item/object contains specific keys for version (\"version_number\", \"version\") and download URL (\"download_url\", \"download\", \"file\", \"download_file\").
  • Loading branch information
Osiris-Team committed Jun 23, 2024
1 parent e9f74ad commit 96c7168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
// Important for AutoPlugs Self-Updater!
// Also take a look at the generateAutoplugProperties task where these properties get turned into the actual autoplug.properties file.
group = 'com.osiris.autoplug.client'
version = '8.1.0'
version = '8.1.3'
description = 'Responsible for all the main actions.'

java {
Expand Down

0 comments on commit 96c7168

Please sign in to comment.