Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Jan 3, 2024
1 parent da8a729 commit 28a661c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [1.2.5] - 2024-01-03
- Optimize metadat for desktop release

## [1.2.4] - 2024-01-03
- Added italian translations contributed by @albanobattistella

Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Optimize metadat for desktop release

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A meditation and breathing guide app

publish_to: 'none'

version: 1.2.4+23
version: 1.2.5+24

environment:
sdk: '>=2.19.4 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion update_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else
echo "$pubspec_file does not exist"
fi

snapcraft_file="snapcraft.yaml"
snapcraft_file="snap/snapcraft.yaml"
if [ -f "$snapcraft_file" ]; then
sed -i "s/^version: .*/version: '$latest_version'/" "$snapcraft_file"
echo "Updated version in $snapcraft_file to $latest_version"
Expand Down

0 comments on commit 28a661c

Please sign in to comment.