Skip to content

Commit

Permalink
Release V2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Sep 14, 2024
1 parent e136f55 commit 3824e89
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
cp ../../../tools/linux_tools/com.cloudchewie.cloudotp.desktop usr/share/applications
cp ../../../assets/logo-transparent.svg usr/share/icons/hicolor/scalable/apps/com.cloudchewie.cloudotp.svg
sed -i "s/Version: .*/Version: ${{ steps.get_version.outputs.version }}/g" DEBIAN/control
sed -i "/^Version: /s/Version: .*/Version: ${{ steps.get_version.outputs.version }}/" DEBIAN/control
cd ..
dpkg-deb --build --root-owner-group CloudOTP-${{ steps.get_version.outputs.version }}-linux-amd64
Expand Down
1 change: 0 additions & 1 deletion lib/Screens/Setting/about_setting_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class _AboutSettingScreenState extends State<AboutSettingScreen>
? null
: ItemBuilder.buildSimpleAppBar(
transparent: true,
leading: Icons.close_rounded,
context: context,
),
body: EasyRefresh(
Expand Down
1 change: 0 additions & 1 deletion lib/Screens/Setting/egg_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class _EggScreenState extends State<EggScreen> with TickerProviderStateMixin {
? null
: ItemBuilder.buildSimpleAppBar(
transparent: true,
leading: Icons.close_rounded,
context: context,
),
body: EasyRefresh(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cloudotp
version: 2.4.3+243
version: 2.4.4+244
description: An awesome two-factor authenticator which supports cloud storage and multiple platforms.
publish_to: none

Expand Down

0 comments on commit 3824e89

Please sign in to comment.