We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf2249 commit ca9e153Copy full SHA for ca9e153
mpp-core/build.gradle.kts
@@ -11,7 +11,7 @@ repositories {
11
mavenCentral()
12
}
13
14
-version = "0.1.4"
+version = "0.1.5"
15
16
android {
17
namespace = "cc.unitmesh.devins.core"
mpp-ui/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@autodev/cli",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "AutoDev CLI - Terminal UI for AI-powered development assistant",
5
"type": "module",
6
"bin": {
0 commit comments