Skip to content

Commit

Permalink
bump version to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaygo authored and hagaygo committed Jan 10, 2024
1 parent 7863723 commit 8d3556a
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.29"; // currently there is an error on windows build
_appVersion = "1.30"; // 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.29.0+201290
version: 1.30.0+201300

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

0 comments on commit 8d3556a

Please sign in to comment.