bump version to 0.9.0

pull/1655/head
Gabriel Engel 11 years ago
parent 778f008166
commit 57a10be2d7
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp
  2. 2
      rocketchat.info

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 4, # Increment this for every release.
appVersion = 5, # Increment this for every release.
appMarketingVersion = (defaultText = "0.8.1"),
appMarketingVersion = (defaultText = "0.9.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -1,3 +1,3 @@
{
"version": "0.8.0"
"version": "0.9.0"
}

Loading…
Cancel
Save