From 10a587e5605d0999f1e2ab8d2e83ec05f05d21f1 Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Sun, 31 Aug 2025 22:25:04 +0200 Subject: [PATCH] chore: update version number to 1.0.0+1011 in pubspec.yaml files --- firka/ios/Runner/Runner.entitlements | 0 firka/pubspec.yaml | 2 +- firka_wear/pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 firka/ios/Runner/Runner.entitlements diff --git a/firka/ios/Runner/Runner.entitlements b/firka/ios/Runner/Runner.entitlements new file mode 100644 index 00000000..e69de29b diff --git a/firka/pubspec.yaml b/firka/pubspec.yaml index 0b25a4bd..117e6086 100644 --- a/firka/pubspec.yaml +++ b/firka/pubspec.yaml @@ -18,7 +18,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.0.0+1002 +version: 1.0.0+1011 environment: sdk: ">=3.6.0 <=3.9.0" diff --git a/firka_wear/pubspec.yaml b/firka_wear/pubspec.yaml index a23c0901..284333a6 100644 --- a/firka_wear/pubspec.yaml +++ b/firka_wear/pubspec.yaml @@ -18,7 +18,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.0.0+1002 +version: 1.0.0+1011 environment: sdk: ">=3.6.0 <=3.9.0"