Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jslater89 committed Feb 26, 2023
1 parent 30a708d commit 9b1a535
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ rm uspsa-result-viewer.zip
rm -rf uspsa-result-viewer
cp -r bundle uspsa-result-viewer
cp -r $PROJ_ROOT/assets uspsa-result-viewer
cp $PROJ_ROOT/data/L2s-Since-2019.json uspsa-result-viewer
cp $PROJ_ROOT/data/Nationals-and-Area-Matches.json uspsa-result-viewer
mv uspsa-result-viewer/assets/linux-install.sh uspsa-result-viewer
echo $VERSION > uspsa-result-viewer/version.txt
zip -r uspsa-result-viewer.zip uspsa-result-viewer
Expand Down
2 changes: 2 additions & 0 deletions build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fvm flutter build windows
$Root = Get-Location
cd .\build\windows\runner
cp -r -Force .\Release\* uspsa-result-viewer
cp $Root\data\L2s-Since-2019.json uspsa-result-viewer
cp $Root\data\Nationals-and-Area-Matches.json uspsa-result-viewer
Compress-Archive -Path .\uspsa-result-viewer -DestinationPath uspsa-result-viewer.zip -Force
cd $Root
cp -Force .\build\windows\runner\uspsa-result-viewer.zip uspsa-result-viewer-$version-windows.zip
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class VersionInfo {
static const String version = "6.3.1";
static const String version = "6.4.0";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.3.1+1
version: 6.4.0+1

environment:
sdk: '>=2.19.0 <3.0.0'
Expand Down

0 comments on commit 9b1a535

Please sign in to comment.