Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderTurret committed Aug 8, 2022
1 parent 4bfdb00 commit e797139
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 @@ -262,7 +262,7 @@ repositories {
}
dependencies {
implementation 'com.github.EnderTurret:Patched:1.0.3'
implementation 'com.github.EnderTurret:Patched:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'net.enderturret'
version = '1.0.3'
version = '1.1.0'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down

0 comments on commit e797139

Please sign in to comment.