From f2612aad1022f982bb072d01d789b04236a27283 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 17 Jun 2019 11:34:09 +0200 Subject: [PATCH] bump version number to 0.8.0 --- .appveyor.yml | 2 +- Sourcetrail.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7455114..da73322 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ # Appveyor project configuration file # Build the plugin on Windows environment -version: 0.7.{build} +version: 0.8.0.{build} # Official QtC binaries are built # with msvc2015-x86 diff --git a/Sourcetrail.json.in b/Sourcetrail.json.in index 1056db3..d1a777b 100755 --- a/Sourcetrail.json.in +++ b/Sourcetrail.json.in @@ -1,6 +1,6 @@ { \"Name\" : \"Sourcetrail\", - \"Version\" : \"0.7\", + \"Version\" : \"0.8.0\", \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\", \"Vendor\" : \"Coati Software KG\", \"Copyright\" : \"Coati Software KG\",