Skip to content

Commit

Permalink
chore: version코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nain93 committed Aug 27, 2023
1 parent 181d06d commit 7597dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/setting/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Setting extends HookConsumerWidget {

void getAppVersion() async {
PackageInfo packageInfo = await PackageInfo.fromPlatform();
appVersion.value = '${packageInfo.version}(${packageInfo.buildNumber})';
appVersion.value = packageInfo.version;
}

useEffect(() {
Expand Down

0 comments on commit 7597dce

Please sign in to comment.