Skip to content

Commit

Permalink
Bump version to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 18, 2017
1 parent 00d485b commit 0db74e3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (

appVersion = 62, # Increment this for every release.

appMarketingVersion = (defaultText = "0.55.0-rc.6"),
appMarketingVersion = (defaultText = "0.55.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.55.0-rc.6
RC_VERSION=0.55.0
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.55.0"></a>
# 0.55.0 (2017-04-18)


### Bug Fixes

- [#6709](https://github.com/RocketChat/Rocket.Chat/pull/6709) emoji picker exception



<a name="0.55.0-rc.6"></a>
# 0.55.0-rc.6 (2017-04-17)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.55.0-rc.6",
"version": "0.55.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.55.0-rc.6"
"version": "0.55.0"
}

0 comments on commit 0db74e3

Please sign in to comment.