chore: change version code in app

This commit is contained in:
Michael 2025-05-12 19:01:05 +03:00
parent c95e5ff1e5
commit 29f98db4a0
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ class HomePage extends StatelessWidget {
: Container(), : Container(),
], ],
), ),
const Text("v1.3.0") const Text("v1.3.1")
], ],
), ),
) )

View file

@ -16,7 +16,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 # 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 # 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. # of the product and file versions while build-number is used as the build suffix.
version: 1.3.0+3 version: 1.3.1+4
environment: environment:
sdk: ">=3.4.3 <4.0.0" sdk: ">=3.4.3 <4.0.0"