diff --git a/app_petty_cash/lib/app/constant.dart b/app_petty_cash/lib/app/constant.dart index 9c87299..8abf404 100644 --- a/app_petty_cash/lib/app/constant.dart +++ b/app_petty_cash/lib/app/constant.dart @@ -13,7 +13,7 @@ class Constant { // static String version = "1.00"; // NOTE VERSI HARUS SAMA DENGAN PUBSPEC.YAML - static String version = "1.1.0"; + static String version = "1.1.5"; // static String baseUrl = "https://devregonline.pramita.co.id/one-api/xdoc/"; diff --git a/app_petty_cash/pubspec.yaml b/app_petty_cash/pubspec.yaml index 041ccbc..8329872 100644 --- a/app_petty_cash/pubspec.yaml +++ b/app_petty_cash/pubspec.yaml @@ -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: 1.1.0 +version: 1.1.5 environment: sdk: '>=3.0.6 <4.0.0'