From 6e053b77c10ac647107f11a80bda39812a795931 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jul 2023 03:20:26 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/lschaeffer313/domaine-nc-mobile/compare/v1.3.1...v1.3.2) (2023-07-23) ### Bug Fixes * **DomaineDetail page:** :bug: Accorde au pluriel serveur en fonction du nombre de serveur ([822af57](https://github.com/lschaeffer313/domaine-nc-mobile/commit/822af574aec374d2f14745e15e333b3f835297fe)), closes [#178](https://github.com/lschaeffer313/domaine-nc-mobile/issues/178) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b2c387f..8618de1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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: 1.3.1+18 +version: 1.3.2+19 environment: sdk: ">=2.19.0 <3.0.0"