Skip to content
Snippets Groups Projects
Commit 309d617b authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Version bump to 0.54.1

parent 476542a4
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 60, # Increment this for every release.
appVersion = 61, # Increment this for every release.
appMarketingVersion = (defaultText = "0.55.0-develop"),
appMarketingVersion = (defaultText = "0.54.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.55.0-develop
version: 0.54.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.55.0-develop
version: 0.54.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
......
......@@ -2,6 +2,8 @@
## NEXT
## 0.54.1 - 2017-Mar-23
- [FIX] Images on attachments were not loading except for uploaded files.
## 0.54.0 - 2017-Mar-22
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.55.0-develop",
"version": "0.54.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.55.0-develop"
"version": "0.54.1"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment