From 70bc27b2c0138f1aaa7ee1fd50f6d266aa8c69d0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 26 Sep 2018 09:49:20 +0200 Subject: [PATCH] Upgrade to Postman 6.3.0 --- CHANGELOG.md | 6 ++++++ build.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8910c8a..9128555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.3.0-8 (2018/09/26) + +* Upgrade to Postman 6.3.0 +* Upgrade to Go 1.11 +* Use [go mod](https://golang.org/cmd/go/#hdr-Module_maintenance) instead of `dep` + ## 6.2.4-7 (2018/08/11) * Upgrade to Postman 6.2.4 diff --git a/build.properties b/build.properties index 9a05595..813ac97 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,7 @@ core.dir = ../portapps app = postman app.name = Postman app.type = electron -app.version = 6.2.4 +app.version = 6.3.0 # Portable app papp.id = ${app}-portable