Skip to content

Commit f755fc9

Browse files
committed
chore: 버전, 빌드 넘버 변경
1 parent 2fcc125 commit f755fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
name: "mycode",
55
slug: "mycode",
66
owner: "donggukim",
7-
version: "1.0.0",
7+
version: "1.0.1",
88
orientation: "portrait",
99
icon: "./assets/mycode_icon.png",
1010
scheme: "mycode",
@@ -15,7 +15,7 @@ export default {
1515
supportsTablet: true,
1616
usesAppleSignIn: true,
1717
bundleIdentifier: process.env.MYCODE_BUNDLE_IDENTIFIER,
18-
buildNumber: "17",
18+
buildNumber: "18",
1919
config: {
2020
usesNonExemptEncryption: false,
2121
},

0 commit comments

Comments
 (0)