Skip to content
Snippets Groups Projects
Unverified Commit 478396ae authored by Gabriel Engel's avatar Gabriel Engel
Browse files

version bump to 0.43.0-develop

parent 77e4ad6f
No related merge requests found
...@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = ( ...@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"), appTitle = (defaultText = "Rocket.Chat"),
appVersion = 42, # Increment this for every release. appVersion = 43, # Increment this for every release.
appMarketingVersion = (defaultText = "0.42.0"), appMarketingVersion = (defaultText = "0.43.0-develop"),
# Human-readable representation of appVersion. Should match the way you # Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing. # identify versions of your app in documentation and marketing.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# 5. `snapcraft snap` # 5. `snapcraft snap`
name: rocketchat-server name: rocketchat-server
version: 0.42.0 version: 0.43.0-develop
summary: Rocket.Chat server summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict confinement: strict
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# 5. `snapcraft snap` # 5. `snapcraft snap`
name: rocketchat-server name: rocketchat-server
version: 0.42.0 version: 0.43.0-develop
summary: Rocket.Chat server summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/ description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict confinement: strict
......
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "0.42.0", "version": "0.43.0-develop",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
"from": "array-differ@>=1.0.0 <2.0.0" "from": "array-differ@>=1.0.0 <2.0.0"
}, },
"array-find-index": { "array-find-index": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz", "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
"from": "array-find-index@>=1.0.1 <2.0.0" "from": "array-find-index@>=1.0.1 <2.0.0"
}, },
"array-uniq": { "array-uniq": {
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
"from": "array-uniq@>=1.0.2 <2.0.0" "from": "array-uniq@>=1.0.2 <2.0.0"
}, },
"autolinker": { "autolinker": {
"version": "1.1.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/autolinker/-/autolinker-1.1.0.tgz", "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-1.2.0.tgz",
"from": "autolinker@1.1.0" "from": "autolinker@1.2.0"
}, },
"beeper": { "beeper": {
"version": "1.1.0", "version": "1.1.0",
...@@ -126,8 +126,8 @@ ...@@ -126,8 +126,8 @@
"from": "glogg@>=1.0.0 <2.0.0" "from": "glogg@>=1.0.0 <2.0.0"
}, },
"graceful-fs": { "graceful-fs": {
"version": "4.1.6", "version": "4.1.9",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.6.tgz", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.9.tgz",
"from": "graceful-fs@>=4.1.2 <5.0.0" "from": "graceful-fs@>=4.1.2 <5.0.0"
}, },
"gulp-header": { "gulp-header": {
...@@ -188,8 +188,8 @@ ...@@ -188,8 +188,8 @@
"from": "is-builtin-module@>=1.0.0 <2.0.0" "from": "is-builtin-module@>=1.0.0 <2.0.0"
}, },
"is-finite": { "is-finite": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz", "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"from": "is-finite@>=1.0.0 <2.0.0" "from": "is-finite@>=1.0.0 <2.0.0"
}, },
"is-utf8": { "is-utf8": {
...@@ -318,8 +318,8 @@ ...@@ -318,8 +318,8 @@
"from": "normalize-package-data@>=2.3.4 <3.0.0" "from": "normalize-package-data@>=2.3.4 <3.0.0"
}, },
"number-is-nan": { "number-is-nan": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
"from": "number-is-nan@>=1.0.0 <2.0.0" "from": "number-is-nan@>=1.0.0 <2.0.0"
}, },
"object-assign": { "object-assign": {
......
{ {
"version": "0.42.0" "version": "0.43.0-develop"
} }
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