diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e4ce8ed..30bcf4b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -1.0.1 changelogs: +1.0.2 changelogs: -- Fix HUD rendering out of world in the edit HUD menu -- Remove feedback page -- Fix legacy HUDs not rendering in OneConfig UI \ No newline at end of file +- Fix compatibility layers not parsing on the first time \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 51dfbf958..b41b433d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx4096m group=org.polyfrost.oneconfig -version=1.0.1 +version=1.0.2 ksp.incremental=false \ No newline at end of file