|
|
|
@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( |
|
|
|
|
|
|
|
|
|
appTitle = (defaultText = "Rocket.Chat"), |
|
|
|
|
|
|
|
|
|
appVersion = 14, # Increment this for every release. |
|
|
|
|
appVersion = 16, # Increment this for every release. |
|
|
|
|
|
|
|
|
|
appMarketingVersion = (defaultText = "0.18.0"), |
|
|
|
|
appMarketingVersion = (defaultText = "0.19.0"), |
|
|
|
|
# Human-readable representation of appVersion. Should match the way you |
|
|
|
|
# identify versions of your app in documentation and marketing. |
|
|
|
|
|
|
|
|
@ -63,7 +63,10 @@ const pkgdef :Spk.PackageDefinition = ( |
|
|
|
|
shortDescription = (defaultText = "Chat app"), |
|
|
|
|
|
|
|
|
|
screenshots = [ |
|
|
|
|
(width = 1203, height = 760, png = embed "screenshot.png") |
|
|
|
|
(width = 1024, height = 696, png = embed "screenshot1.png"), |
|
|
|
|
(width = 1024, height = 696, png = embed "screenshot2.png"), |
|
|
|
|
(width = 1024, height = 696, png = embed "screenshot3.png"), |
|
|
|
|
(width = 1024, height = 696, png = embed "screenshot4.png") |
|
|
|
|
], |
|
|
|
|
|
|
|
|
|
changeLog = (defaultText = embed "CHANGELOG.md"), |
|
|
|
|