Merge pull request #2725 from krille-chan/krille/update-build-number
build: Increase build number
This commit is contained in:
commit
39be8293cf
2 changed files with 11 additions and 1 deletions
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"emeraldwalk.runonsave": {
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"match": "\\.dart$",
|
||||||
|
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -4,7 +4,7 @@ publish_to: none
|
||||||
# On version bump please also increase:
|
# On version bump please also increase:
|
||||||
# 1. The build number (for F-Droid)
|
# 1. The build number (for F-Droid)
|
||||||
# 2. The version in /snap/snapcraft.yaml
|
# 2. The version in /snap/snapcraft.yaml
|
||||||
version: 2.5.0+3547
|
version: 2.5.0+3550
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.11.1 <4.0.0"
|
sdk: ">=3.11.1 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue