diff --git a/LICENSE b/LICENSE index d108906d..d17f039f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Thomas Ricouard +Copyright (c) 2026 zhukunpenglinyutong(朱昆鹏) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle b/build.gradle index 9bdb7157..43539124 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ checkstyle { } group = 'com.github.idea-claude-code-gui' -version = '0.1.7-fix' +version = '0.1.8-beta1' java { sourceCompatibility = JavaVersion.VERSION_17