Skip to content

Commit 4964823

Browse files
Bump version
1 parent bee2569 commit 4964823

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ See the table below for an overview of which InvUI version is compatible with wh
2525

2626
| InvUI version | Minecraft version |
2727
|---------------|----------------------|
28-
| `2.0.x` | `26.1.1` |
28+
| `2.0.x` | `26.1.2` |
2929
| `1.49` | `1.14.0` - `1.21.11` |
3030

3131
## Maven

buildSrc/src/main/kotlin/invui.common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
val libs = the<LibrariesForLibs>()
1010

1111
group = "xyz.xenondevs.invui"
12-
version = "2.0.0-RC.2"
12+
version = "2.0.0"
1313

1414
repositories {
1515
mavenCentral()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.3.10"
3-
paper = "26.1.1.+"
3+
paper = "26.1.2.+"
44
testpaper = "1.21.11-R0.1-SNAPSHOT"
55

66
[libraries]

0 commit comments

Comments
 (0)