Skip to content

Commit

Permalink
upgrad version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-dhl committed Nov 4, 2022
1 parent 6a01e28 commit 22cfd8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.hi.dhl'
version '2.2'
version '2.3'

repositories {
mavenLocal()
Expand Down Expand Up @@ -98,6 +98,10 @@ patchPluginXml {
<b>Version 2.2</b>
<ul>
<li>解决无密码,编译失败的问题</li>
</ul>
<b>Version 2.3</b>
<ul>
<li>执行命时检查是否安装sshpass</li>
</ul>
</html>
"""
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/hi/dhl/ext/PluginVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ object PluginVersion {
val VERSION_2_0 = "2.0"
val VERSION_2_1 = "2.1"
val VERSION_2_2 = "2.2"
val CURRENT_VERSION = VERSION_2_2
val VERSION_2_3 = "2.3"
val CURRENT_VERSION = VERSION_2_3
}

fun upgrad(localProjectBasePath: String) {
Expand Down

0 comments on commit 22cfd8c

Please sign in to comment.