Skip to content

Commit

Permalink
v+
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianAeternum authored Jan 17, 2025
1 parent 5c1c62d commit e63ea7f
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 @@ -23,7 +23,7 @@ plugins {
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.9"
}

version '1.16.0-1.19.2-1.21.3'
version '1.16.1-1.19.2-1.21.3'
def apiVersion = '1.19'
def name = getRootProject().getName() // Defined in settings.gradle
def main = 'com.volmit.adapt.Adapt'
Expand Down Expand Up @@ -298,4 +298,4 @@ if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&

idea.project.settings.taskTriggers {
afterSync(":velocity:generateTemplates")
}
}

0 comments on commit e63ea7f

Please sign in to comment.