Skip to content

Commit

Permalink
Upgrade to Rocket.Chat 2.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 18, 2019
1 parent eeb4745 commit fb70216
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.14.7-23 (2018/11/18)

* Upgrade to Rocket.Chat 2.14.7

## 2.14.5-22 (2018/11/04)

* Upgrade to Rocket.Chat 2.14.5
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core.dir = ../portapps
app = rocketchat
app.name = Rocket.Chat
app.type = archive
app.version = 2.14.5
app.version = 2.14.7

# Portable app
papp.id = ${app}-portable
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,6 @@ func main() {
}

Launch(os.Args[1:])

_ = os.Remove(shortcutPath)
}

0 comments on commit fb70216

Please sign in to comment.