Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulberry committed Feb 28, 2025
1 parent 39d89b7 commit c46801d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MixinConstraints is available through Maven Central.
__Gradle__
```groovy
dependencies {
include(implementation("com.moulberry:mixinconstraints:1.0.6"))
include(implementation("com.moulberry:mixinconstraints:1.0.7"))
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.vanniktech.maven.publish") version("0.28.0") // `maven-publish` doesn't support new maven central
}

version = "1.0.6"
version = "1.0.7"
group = "com.moulberry.mixinconstraints"

idea.module.isDownloadSources = true
Expand Down

0 comments on commit c46801d

Please sign in to comment.