@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
1919
2020 appTitle = (defaultText = "XRF Sync" ),
2121
22- appVersion = 11 , # Increment this for every release.
22+ appVersion = 12 , # Increment this for every release.
2323
24- appMarketingVersion = (defaultText = "1. 0. 11 " ),
24+ appMarketingVersion = (defaultText = "1. 0. 12 " ),
2525 # Human-readable representation of appVersion. Should match the way you
2626 # identify versions of your app in documentation and marketing.
2727
@@ -70,12 +70,7 @@ const pkgdef :Spk.PackageDefinition = (
7070 shortDescription = (defaultText = "PC management" ),
7171
7272 screenshots = [
73- # Screenshots to use for marketing purposes. Examples below.
74- # Sizes are given in device-independent pixels, so if you took these
75- # screenshots on a Retina-style high DPI screen, divide each dimension by two.
76-
77- # (width = 746, height = 795, jpeg = embed "path/to/screenshot-1.jpeg"),
78- # (width = 640, height = 480, png = embed "path/to/screenshot-2.png"),
73+ (width = 1086 , height = 833 , jpeg = embed "screen1. jpg" ),
7974 ],
8075 changeLog = (defaultText = embed ".. /CHANGELOG. md" ),
8176 ),
0 commit comments