Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 1741dbc

Browse files
authored
Merge pull request #1 from ByteExceptionM/main
1.17.1 support 🙉
2 parents 1b57492 + 9f61e14 commit 1741dbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'eclipse'
2424
apply plugin: 'maven-publish'
2525
apply plugin: 'org.spongepowered.mixin'
2626

27-
version = '1.1'
27+
version = '1.2'
2828
group = 'de.rexlmanu' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2929
archivesBaseName = 'viaversion-addon'
3030

@@ -91,8 +91,8 @@ dependencies {
9191
minecraft 'com.github.ImpactDevelopment:Vanilla:1.16.5'
9292

9393
shade("org.yaml:snakeyaml:1.28")
94-
shade("com.viaversion:viaversion:4.0.1-SNAPSHOT") { transitive = false }
95-
shade("com.viaversion:viabackwards:4.0.1-SNAPSHOT")
94+
shade("com.viaversion:viaversion:4.0.1") { transitive = false }
95+
shade("com.viaversion:viabackwards:4.0.1")
9696
shade("com.viaversion:viarewind-fabric:2.0.1-SNAPSHOT")
9797

9898
compile(files(

0 commit comments

Comments
 (0)