Skip to content

Commit

Permalink
doc: Update CHANGELOGS
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <dede.hu@qq.com>
  • Loading branch information
hushenghao committed Dec 13, 2024
1 parent 297a67c commit aa471aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v3.2.1
### v3.3.0

- Add Rocket Launcher Easter Egg
- Optimize the setting of theme logic
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

### v3.2.1
### v3.3.0

- 添加 Rocket Launcher 彩蛋
- 优化设置主题逻辑
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId = "com.dede.android_eggs"
versionCode = 56
versionName = "3.2.1"
versionName = "3.3.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

resourceConfigurations += listOf(
Expand Down

0 comments on commit aa471aa

Please sign in to comment.