Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MS-Auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jar {
dependencies {
api project(':MS-Common')
api project(':MS-Member')
api project(':MS-Place')
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- 수정하지마세요 자동으로 동기화 됩니다 -->
<!-- AUTO-VERSION-SECTION: DO NOT EDIT MANUALLY -->
## 최신 버전 : v0.1.26 (2026-02-23)
## 최신 버전 : v0.1.28 (2026-02-23)

[전체 버전 기록 보기](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bootJar {

allprojects {
group = 'kr.suhsaechan.mapsy'
version = '0.1.28'
version = '0.1.29'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
# - project_type은 최초 설정 후 변경하지 마세요
# - 버전은 항상 높은 버전으로 자동 동기화됩니다
# ===================================================================
version: "0.1.28"
version_code: 32 # app build number
version: "0.1.29"
version_code: 33 # app build number
project_type: "spring" # spring, flutter, next, react, react-native, react-native-expo, node, python, basic
metadata:
last_updated: "2026-02-23 05:07:22"
last_updated: "2026-02-23 05:22:52"
last_updated_by: "Cassiiopeia"
default_branch: "main"
integrated_from: "SUH-DEVOPS-TEMPLATE"
Expand Down