diff --git a/lib/kotlin-reflect.jar b/lib/kotlin-reflect.jar index 83439d2..c19189e 100644 Binary files a/lib/kotlin-reflect.jar and b/lib/kotlin-reflect.jar differ diff --git a/src/Version.kt b/src/Version.kt index c8387e5..ff74059 100644 --- a/src/Version.kt +++ b/src/Version.kt @@ -2,6 +2,6 @@ * This class holds the current ClassySharkBytecodeViewer version */ object Version { - val MAJOR = 8 + val MAJOR = 9 val MINOR = 0 } \ No newline at end of file