bump to version 0.48.2

pull/6105/head 0.48.2
Gabriel Engel 9 years ago
parent 8db2875f52
commit 23bb7ee311
  1. 2
      .sandstorm/sandstorm-pkgdef.capnp
  2. 2
      .snapcraft/edge/snapcraft.yaml
  3. 2
      .snapcraft/stable/snapcraft.yaml
  4. 8
      HISTORY.md
  5. 2
      package.json
  6. 2
      packages/rocketchat-lib/rocketchat.info

@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 48, # Increment this for every release.
appMarketingVersion = (defaultText = "0.48.1"),
appMarketingVersion = (defaultText = "0.48.2"),
# 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.48.1
version: 0.48.2
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.48.1
version: 0.48.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,5 +1,13 @@
# History
## 0.48.2, 2016-Dec-20
- Add button to refresh aouth services
- Fix download on electron
- Fix issue creating users with username from OAuth
- Fix message when username field not exists in OAuth data
- Fix OAuth global variable
## 0.48.1, 2016-Dec-13 - Now uses NodeJS 4.7.0
- Fix integration payload JSON.parse

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

@ -1,3 +1,3 @@
{
"version": "0.48.1"
"version": "0.48.2"
}

Loading…
Cancel
Save