Skip to content

Commit ca9e153

Browse files
committed
chore(core): bump version to 0.1.5 #453
Update project version in build.gradle.kts for new release.
1 parent ddf2249 commit ca9e153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpp-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
mavenCentral()
1212
}
1313

14-
version = "0.1.4"
14+
version = "0.1.5"
1515

1616
android {
1717
namespace = "cc.unitmesh.devins.core"

mpp-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autodev/cli",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "AutoDev CLI - Terminal UI for AI-powered development assistant",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)