Skip to content

Commit

Permalink
Release 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jun 30, 2023
1 parent d9f4019 commit b52a05a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

v4.2.4
v4.2.5

* 修复教务系统相关功能的崩溃
* 修复被错误格式化的更新日志
* 更新依赖
* 常规优化

---

~~v4.2.4~~

* 修复教务系统相关功能的崩溃
* 更新依赖
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("org.jetbrains.kotlin.android")
}

val baseVersionName = "4.2.4"
val baseVersionName = "4.2.5"
val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
Expand Down

0 comments on commit b52a05a

Please sign in to comment.