Merge pull request #2725 from krille-chan/krille/update-build-number

build: Increase build number
This commit is contained in:
Krille-chan 2026-03-17 11:05:31 +01:00 committed by GitHub
commit 39be8293cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.dart$",
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
}
]
}
}

View file

@ -4,7 +4,7 @@ publish_to: none
# On version bump please also increase:
# 1. The build number (for F-Droid)
# 2. The version in /snap/snapcraft.yaml
version: 2.5.0+3547
version: 2.5.0+3550
environment:
sdk: ">=3.11.1 <4.0.0"