Skip to content

Commit

Permalink
bump version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaygo committed Sep 4, 2022
1 parent 6de866e commit 162ceea
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 {
if (_appVersion.endsWith(".0"))
_appVersion = _appVersion.substring(0, _appVersion.length - 2);
} catch (exception) {
_appVersion = "1.14"; // currently there is an error on windows build
_appVersion = "1.15"; // 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.14.0+201140
version: 1.15.0+201150

environment:
sdk: ">=2.3.0 <3.0.0"
Expand Down

0 comments on commit 162ceea

Please sign in to comment.