Skip to content

Commit

Permalink
upgrad version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-dhl committed Oct 16, 2022
1 parent 09565e2 commit 6aa5757
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">
<a href="https://github.com/hi-dhl"><img src="https://img.shields.io/badge/GitHub-HiDhl-4BC51D.svg?style=flat"></a>

<img src="https://img.shields.io/badge/version-1.9-orange.svg"/>
<img src="https://img.shields.io/badge/version-2.0-orange.svg"/>
<img src="https://img.shields.io/badge/language-kotlin-lightgrey.svg"/>
</p>

Expand Down
8 changes: 7 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 '1.9'
version '2.0'

repositories {
mavenLocal()
Expand Down Expand Up @@ -84,6 +84,12 @@ patchPluginXml {
<ul>
<li>修复无法执行打包命令的问题</li>
</ul>
<b>Version 2.0</b>
<ul>
<li>支持自定义编译命令</li>
<li>支持自定义命令</li>
<li>优化了clean脚本</li>
</ul>
</html>
"""
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hi/dhl/common/R.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object R {
val projectTitle = "SyncKit"
val projectTaskDone = "\nsync done\n"
val projectTaskStart = "\n sync start ...... \n\n"
val projectVersion = "\n SyncKit v1.9 \n"
val projectVersion = "\n SyncKit v2.0 \n"
object ui{
@JvmField
val labelRemoteUser = getMessage("sync.ui.lable.remote.user")
Expand Down

0 comments on commit 6aa5757

Please sign in to comment.