Skip to content

Commit

Permalink
(version) Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jul 24, 2020
1 parent b4fa8c6 commit b5a4540
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/pages/article_info/article_info_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class _InfoAreaWidget extends StatelessWidget {
textAlign: TextAlign.center,
),
),
color: Settings.majorColor,
color: Settings.majorColor.withAlpha(230),
onPressed: () async {
if (!DownloadPageManager.downloadPageLoaded) {
return;
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/settings/version_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class VersionViewPage extends StatelessWidget {
style: TextStyle(fontSize: 30),
),
Text(
'0.8.1',
'0.8.2',
style: TextStyle(fontSize: 20),
),
Text(''),
Expand Down
2 changes: 1 addition & 1 deletion lib/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 0;
static const int minorVersion = 8;
static const int patchVersion = 1;
static const int patchVersion = 2;

static bool updateRequire = false;
static String version = "";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.8.1+0
version: 0.8.2+0

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

0 comments on commit b5a4540

Please sign in to comment.