Skip to content

Commit

Permalink
Added launcher auto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshricker committed Jan 28, 2023
1 parent 550daed commit b66e885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
apply plugin: 'java'

group = 'com.skcraft'
version = '1.02'
version = '1.1.0'

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ resetPasswordUrl=https://minecraft.net/resetpassword
# You MUST change these from the defaults. These URLs are provides as examples only.
newsUrl=http://aiminecraft.com/Launcher/news.html
packageListUrl=http://aiminecraft.com/Launcher/packages.json
selfUpdateUrl=
selfUpdateUrl=http://aiminecraft.com/Launcher/latest.json

0 comments on commit b66e885

Please sign in to comment.