Skip to content

Commit

Permalink
update repos, version
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukiko committed Mar 8, 2021
1 parent 57a8f4d commit f85ccae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
maven { url = 'https://files.minecraftforge.net/maven' }
jcenter()
mavenCentral()
maven {url='https://dist.creeper.host/Sponge/maven'}
maven {url='https://repo.spongepowered.org/maven'}
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
Expand All @@ -21,7 +21,7 @@ repositories {
}
}

version = '2.0'
version = '2.1'
group = 'me.jellysquid.mods.sodium' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'sodium-forge'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.daemon=false
minecraft_version=1.16.5

# Mod Properties
mod_version=2.0
mod_version=2.1
maven_group=me.jellysquid.mods
archives_base_name=sodiumolithiumophosphor-forge

Expand Down

0 comments on commit f85ccae

Please sign in to comment.