diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-07 12:59:27 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-04-07 12:59:27 -0700 |
commit | a47883e3693071a394d9e08ff79357cc17048162 (patch) | |
tree | 1e22151fb1f54bf6992b35f247e51e4c948e25ff /gradle.properties | |
parent | 493c9ea85669c15d5ac836908f0b9fc6a3c78d68 (diff) | |
download | Iceberg-a47883e3693071a394d9e08ff79357cc17048162.tar.gz Iceberg-a47883e3693071a394d9e08ff79357cc17048162.tar.bz2 Iceberg-a47883e3693071a394d9e08ff79357cc17048162.zip |
Fixed a bug that was causing wildcard selectors to be considered
invalid.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 6342a95..a741dfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false name=${rootProject.name} group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard -version=1.1.5 +version=1.1.6 mcVersion=1.19.3 fabricVersion=0.72.0+1.19.3 |