Skip to content
Snippets Groups Projects
Commit 974a7ac1 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Bump version to 0.56.0-rc.2

parent 48efadb3
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.56.0-rc.1"),
appMarketingVersion = (defaultText = "0.56.0-rc.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.
......
......@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.56.0-rc.1
RC_VERSION=0.56.0-rc.2
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"
......
<a name="0.56.0-rc.2"></a>
# 0.56.0-rc.2 (2017-05-09)
### Bug Fixes
- [#6923](https://github.com/RocketChat/Rocket.Chat/pull/6923) Not showing unread count on electron app’s icon
<a name="0.56.0-rc.1"></a>
# 0.56.0-rc.1 (2017-05-05)
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.56.0-rc.1",
"version": "0.56.0-rc.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.56.0-rc.1"
"version": "0.56.0-rc.2"
}
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