Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Stage 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Jul 23, 2021
1 parent 8fcbe5a commit 0e5366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'signing'
}

version = '0.1.2'
version = '0.1.3'
group = 'org.teacon'
archivesBaseName = 'RemoteSync-FML'

Expand Down Expand Up @@ -107,7 +107,7 @@ publishing {
repositories {
maven {
name = "teacon"
url = "s3://archive.teacon.org/maven/"
url = "s3://maven/"
credentials(AwsCredentials) {
accessKey = System.env.ARCHIVE_ACCESS_KEY
secretKey = System.env.ARCHIVE_SECRET_KEY
Expand Down

0 comments on commit 0e5366e

Please sign in to comment.