diff --git a/lib/screens/setting/setting.dart b/lib/screens/setting/setting.dart index 4409133..7437dc5 100644 --- a/lib/screens/setting/setting.dart +++ b/lib/screens/setting/setting.dart @@ -223,10 +223,10 @@ class Setting extends HookConsumerWidget { title: '내 취향관리', onPressed: goEditMyType, ), - SettingListTile( - title: '1:1 문의하기', - onPressed: goContact, - ), + // SettingListTile( + // title: '1:1 문의하기', + // onPressed: goContact, + // ), SettingListTile( title: '이용약관', onPressed: goTerms, diff --git a/pubspec.yaml b/pubspec.yaml index 1433d58..1ed4836 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html + version: 1.0.0+12 environment: