Skip to content

Commit

Permalink
bump version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaygo authored and hagaygo committed Dec 7, 2023
1 parent 44fa1db commit 2fafcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Page/mainPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
_appVersion = info.version;
if (_appVersion.endsWith(".0")) _appVersion = _appVersion.substring(0, _appVersion.length - 2);
} catch (exception) {
_appVersion = "1.24"; // currently there is an error on windows build
_appVersion = "1.29"; // currently there is an error on windows build
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openwrt_manager
description: OpenWrt Manager app for your devices.

version: 1.28.0+201280
version: 1.29.0+201290

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 2fafcac

Please sign in to comment.