version bump to 0.50.1

pull/5780/head
Gabriel Engel 9 years ago
parent f208b46587
commit 79c8d97286
No known key found for this signature in database
GPG Key ID: A9FF0AD7DEE40258
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp
  2. 2
      .snapcraft/edge/snapcraft.yaml
  3. 2
      .snapcraft/stable/snapcraft.yaml
  4. 4
      HISTORY.md
  5. 2
      package.json
  6. 2
      packages/rocketchat-lib/rocketchat.info

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

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 0.50.0
version: 0.50.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 0.50.0
version: 0.50.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,5 +1,9 @@
# History
## 0.50.1 - 2017-Jan-24
- Fix cache $ne operator
## 0.50.0 - 2017-Jan-24
- Add APIs for users.register and users.getAvatar

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.50.0",
"version": "0.50.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.50.0"
"version": "0.50.1"
}

Loading…
Cancel
Save