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

Commit 0e5366e

Browse files
committed
Stage 0.1.3
1 parent 8fcbe5a commit 0e5366e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'signing'
1212
}
1313

14-
version = '0.1.2'
14+
version = '0.1.3'
1515
group = 'org.teacon'
1616
archivesBaseName = 'RemoteSync-FML'
1717

@@ -107,7 +107,7 @@ publishing {
107107
repositories {
108108
maven {
109109
name = "teacon"
110-
url = "s3://archive.teacon.org/maven/"
110+
url = "s3://maven/"
111111
credentials(AwsCredentials) {
112112
accessKey = System.env.ARCHIVE_ACCESS_KEY
113113
secretKey = System.env.ARCHIVE_SECRET_KEY

0 commit comments

Comments
 (0)