diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-14 23:31:17 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-14 23:31:17 +0200 |
commit | c066883dbd76110be19d75bd77ef2a0270dadda2 (patch) | |
tree | 879d8fd43d3440700f33d9c1460e0a22cefd8937 /sandstorm-pkgdef.capnp | |
parent | 0b6b6dc7fd8c2d3f90e8128da8275d43821df041 (diff) | |
download | wekan-c066883dbd76110be19d75bd77ef2a0270dadda2.tar.gz wekan-c066883dbd76110be19d75bd77ef2a0270dadda2.tar.bz2 wekan-c066883dbd76110be19d75bd77ef2a0270dadda2.zip |
v1.88v1.88
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r-- | sandstorm-pkgdef.capnp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 0e52aafe..3da80867 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 189, + appVersion = 190, # Increment this for every release. - appMarketingVersion = (defaultText = "1.87.0~2018-12-13"), + appMarketingVersion = (defaultText = "1.88.0~2018-12-14"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0, |