Skip to content

Commit

Permalink
(refactor/chores): increment app version and improve in-app wording a…
Browse files Browse the repository at this point in the history
…nd text content
  • Loading branch information
mediocre9 committed Dec 14, 2023
1 parent 8ae4d19 commit 4f1afd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/config/strings/app_strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ class AppStrings {

static const String appName = "Smart Link";

static const String appVersion = "v0.7.0";
static const String appVersion = "v0.7.2";

static const String appDescription = "IoT Remote Control";

static const String appLogo = "assets/images/logo.png";

static final String copyright = "(c) Copyright ${DateTime.now().year} CUSIT IT & Robotics Society. All rights reserved.";

static const String permissionInfo = "Allow Smart Link to access Bluetooth and Location permissions on this device?";
static const String permissionInfo = "Allow Smart Link to access Nearby devices and Location permissions on this device?";

static const String noInternet = "No internet connection. Please check your network settings and try again.";

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.7.0+1
version: 0.7.2+1

environment:
sdk: ">=3.0.5 <4.0.0"
Expand Down

0 comments on commit 4f1afd8

Please sign in to comment.